Understanding Objects in JavaScript (Explained Simply)
When we write programs, we often need to store many details about one thing.
Example: A person.
A person can have:
name
age
city
job
We could store these in separate variables, but that becomes
shivaramwebdev.hashnode.dev4 min read