Map and Set in JavaScript
What Map is.
A Map is a data structure that stores key-value pairs. It's similar to an object, but it's more powerful than an object because it stores the order of values in the same order they were
nikhilprashar.hashnode.dev6 min read