Map and Set in JavaScript
What is a Map?
A Map is a collection of key-value pairs just like a real-world dictionary or phonebook. What makes it special is that the keys can be anything: strings, numbers, objects, even function
saurabh-ravte.hashnode.dev4 min read