ES6 Maps

introduction to maps and their methods

We'll cover the following...

Maps represent key-value pairs, similar to objects.

You may be wondering why we need a map data structure if objects can also be used as maps. ...