JavaScript Objects Explained
As programs grow, we often need to store related information together.
For example, imagine storing information about a person:
Name
Age
City
Using separate variables can become messy.
let name =
javascript-datatypes.hashnode.dev4 min read