Map and Set in JavaScript
In JavaScript, we usually use objects and arrays for most things.
Objects for key value data, Arrays for lists
But sometimes these are not enough.
Like:
you want keys that are not just strings
you w
blog.dhiraj.dev3 min read