Map and Set in JavaScript
Map and Set is a JavaScript object used to store collection of data like in arrays but they have some few differences.
What Map is
Map stores a collection of key value pairs where key can be of any da
javascript-kartik.hashnode.dev2 min read