May 2018
Intermediate to advanced
376 pages
9h 22m
English
After reading lesson 25, you will
Like Sets, Maps are a new type of object in JavaScript. Not to be confused with Array.prototype.map, which is a higher-order array method, Maps are another type of iterable that’s new to JavaScript in ES2015. A Map is a lot like a generic object in JavaScript with keys and values. But a Map can be iterated, whereas an object can’t. Plain objects are also limited to only being able to have string values as ...
Read now
Unlock full access