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
Join in on a hand-picked round up of the best JavaScript articles every day.
Curated by our Moderators and Voted up by our Community. Free.
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...