Map and Set in JavaScript
Introduction
If you’ve worked with JavaScript, you’re likely familiar with objects and arrays.
Object stores key-value pairs, and it has some built-in methods that allow us to perform operations on it
js-blogs.hashnode.dev6 min read