Understanding Objects in JavaScript
Introduction: Why Do We Need Object?
When writing programs, we often need to store related information together. For example, imagine storing information about a person:
Name
Age
City
We could st
amruta-patil.hashnode.dev4 min read