Understanding Map & Set in JavaScript
Modern JavaScript introduced Map and Set to solve real limitations of traditional data structures like Objects and Arrays.
Before using them, it’s important to understand why they exist.
Problems wit
blog.anands.dev7 min read