map ↔ iterable Object key:value pair struct with arbitrary key Type
Source: exploringjs.com/impatient
map is technically ordered ONLY in JS - since insertion order is preserved - but same doesn't apply in other languages!
Map()
Constructor to Instantiate new map Object
References
Map()↔ Constructor to InstantiatenewmapObjectAssociative Array↔mapor Dictionary collection of key/value pairs, with unique keys