JavaScript Quick Tip: Quickly Get All Unique Values From An Array
The array is still one if not the major data structure in JavaScript. Especially given the fact that Set and Map were introduced way later, many developers have grown comfortable either going with a plain array or using a library for this purpose.
If...
deepdive.hashnode.dev2 min read
Marko Denic
Software Engineer.
Great explanation, Oliver. I wrote a short piece on Array methods. Maybe it'd be useful for your readers.
Thank you!