medium.com
How to Remove Array Duplicates in ES6
6
Let’s look at the 3 ways in ES6 to filter out duplicates from a JS array and return only the unique values. Using Set, Filter, and Reduce. Read full article