Map and Set in JavaScript
What is Map?
A Map is a collection of keyed data items, similar to an Object. However, the primary difference is that a Map allows keys of any type (strings, numbers, booleans, or even objects), where
siddhartha-here.hashnode.dev3 min read