Map and Set in JavaScript
What is Map
A Map is a special collection of key-value pairs in JavaScript. It is very similar to a standard object, but it is much more flexible because it allows you to use absolutely any data type
purakhnath-jyani.hashnode.dev5 min read