@doctoridze
Special and important definitions in JavaScript (1/9)
Map is a key/value collection, just like Object. But the main difference is that Map allows you to use any type of keys. When creating a Map, we can specify an array (or other iterable object) with key-value pairs for initialization.