JS: Map (class)
(new in ECMAScript 2015)
What is the Keyword “Map”
Purpose of Map is:
- To create map object.
- Used as a namespace to hold static methods.
- Holds the property key
"prototype". Its value is the parent of all map objects.
Constructor
Properties
JavaScript. Map Object
- JS: the Map Object (dictionary, hashtable) tutorial
- JS: Difference of Object vs Map
- JS: Literal Expression for Map
- JS: Nested Map
- JS: Iterate Map Object
- JS: Convert Object to Map 📜
- JS: Convert Map to Object 📜
- JS: Test Equality of Map Objects 📜
- JS: Map Filter 📜
- JS: Swap Key Value of Map 📜
- JS: Sort Map 📜
- JS: Truncate Map 📜
- JS: Map Substract 📜
- JS: How Map Determines Uniqueness of Keys
- JS: Map (class)
- JS: Map Constructor
- JS: Map.prototype