1let map = new Map();
2map.set() – method to add entries in Map
3map.get() – to retrieve an entry from Map
4map.has() – to existence of an entry in the Map
5map.delete() – deletes an entry from the Map
6map.size – ‘size’ property will return size of Map
7map.clear()-to clear the Map data