Modern JavaScript: ES6 and beyond! - ES6 Set and Map - Learn how to work with Sets and Maps in JavaScript
In this lesson, we learn about two new data structures that were added to JavaScript in ES6 - Sets, and Maps.
We also learn why Sets and Maps are convenient substitutes for objects and arrays in certain cases.