Map and Set in JavaScript
Map
In JavaScript, "map" typically refers to two different things: a data structure for storing key-value pairs or a method used to transform array
The Map Object
The Map is a collection of keyed data
rupeshgadariya.hashnode.dev5 min read