Understanding Objects in JavaScript
Before understanding what an object is, let’s first understand why we need it.
As we know, an array allows us to store multiple elements. However it becomes less suitable when we need to store structu
js-blogs.hashnode.dev7 min read