tutorial.eyehunts.com
JavaScript map() constructor | Create map object
Using JavaScript map() constructor, you can creates Map objects. The map object is a data structure that stores elements as a key-value pair.
Rohit