You can find the original post here.
The Map Object
In ES6, JavaScript added a new Map class. The Map class is very similar to the standard object class, with a few differences. Today, we’re going over when to use and why to use them.
Why Map
Map, unlike the object class, does not have extra...