Map and Set in JavaScript (When Objects & Arrays Aren’t Enough)
At first, we mostly use objects and arrays in JavaScript.
But after a point, they start feeling a bit limited.That’s where Map and Set come in.
What is Map
A Map is a collection of key-value pairs.
L
kumar-rishabh.hashnode.dev2 min read