DEV Community

Discussion on: Find Duplicates in an Array

Collapse
 
xazzzi profile image
Vitaliy

You don't need Map, there's Set.

Collapse
 
xowap profile image
Rémy 🤖

Sets are one of my favorite things. So fantastic to use in Python and so crippled in JS :'(

Collapse
 
hminaya profile image
Hector Minaya

I'm doing a follow up with sets, custom hashes, array reduction...