Understanding Objects in JavaScript
When we write programs, we often need to store related pieces of information together.
For example imagine we want to store details about a person like their name, age and city.
We could store them in
blog.dhiraj.dev4 min read