Map and Set in JavaScript — The Better Way to Store Data
Have you ever used an object to store key-value pairs and then ran into weird bugs? Or used an array to store unique items but found duplicates sneaking in? You are not alone. JavaScript has two power
omkargupta.hashnode.dev6 min read