Understanding Objects in JavaScript
Introduction
When writing JavaScript programs, we often need to store related information together.
For example, imagine storing information about a student:
Name
Age
Course
City
We could store
abhi-js-object.hashnode.dev5 min read