Filter Unique in Javascript

added by JavaScript Kicks
6/27/2019 8:04:26 AM

390 Views

For a while I have been thinking about a simple problem, why can't we use .filter on array's in Javascript to get all the unique values in the array. The short answer is, you can! But I went on a...


0 comments