Question d’entretien chez Ideas2IT

How to remove duplicate elements from an array.

Réponse à la question d'entretien

Utilisateur anonyme

22 déc. 2019

I wrote a basic Javascript function that does the job. But I was supposed to use the new ES6 Data Structure called Set, which I didn't know about at that moment.