Understanding Objects in JavaScript
In JavaScript, we often need to store related information together. For example, if we want to store details about a person, we may need:
Name
Age
City
Profession
Using separate variables for ea
techwithsiddhant.hashnode.dev5 min read