Understanding Objects in JavaScript
Objects are similar to arrays in the sense that they act like a container that can store data. But instead of storing values by index like arrays, objects store data as key–value pairs.
In the real wo
soumyaditya-blog.hashnode.dev6 min read