Map and Set in JavaScript
Introduction
In JavaScript, we often use arrays and objects.
But in some situations, modern JavaScript gives us two more useful structures:
Map
Set
Understanding them is useful because they handle
prashsainidev.hashnode.dev3 min read