Modern JavaScript: ES6 and beyond!
Plans from $25/month

This lesson is for members. Join us?

Subscribe now to get instant access to this course, plus a full library of Vue.js courses tailored to the plan you choose.

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.