Understanding Objects in JavaScript
When programs start dealing with real data, simple variables are not enough.
Imagine you want to store information about a person:
name
age
city
You could store them in separate variables:
let na
blogs-akhil-dev.hashnode.dev4 min read