DEV Community

Discussion on: What is the best solution for removing duplicate Objects from an Array?

Collapse
 
pixari profile image
Raffaele Pizzari

Done :)

Collapse
 
webreflection profile image
Andrea Giammarchi

Thanks, but there is a typo apptets instead of accepts, and I think you should explain the one-off approach too, where you don't need to pass any Set.

Passing new Set is not super handy if you never reuse that Set, so that in such case not passing a second argument to filter(...) provides a better UX.

Thread Thread
 
pixari profile image
Raffaele Pizzari

Thanks again, Andrea!