Map and Set in JavaScript
1. What is a Map?
A Map is a collection of keyed data items, similar to an Object. However, the biggest difference is that a Map allows keys of any type—including functions, objects, or even other Map
blog.harshdotexe.me3 min read