DEV Community

Discussion on: How to create an array of unique values in JavaScript using Sets

Collapse
 
itsmeseb profile image
Sebastian L. K. Sørensen

I will implement this right away in a project I am working on. Although I like the Array.from() better, since it's easier to read. I like easy-to-read code :) Thank you for sharing!