Map and Set in JavaScript
At first, I used to store everything in:
// Objects
const user = { name: "Nausheen" };
// Arrays
const numbers = [1, 2, 3];
And honestly… it worked. But then I started hitting small problems.
Nothin
codexninja.hashnode.dev5 min read