Understanding Objects in JavaScript
When writing JavaScript programs, sometimes we need to store multiple related pieces of information together.
For example, imagine storing details about a person:
Name
Age
City
Instead of storing
iamnimesh.hashnode.dev5 min read