Advanced Javascript Collections: Introduction to Sets and Maps
You probably know about objects and arrays, but how often do you use sets and maps? This article explains everything you need to know to use these more specialized data types in your JavaScript applications.