Understanding Objects in JavaScript
Intro
Some times we need to store related information together. For example we represent a person, we might need his Name, Age, Address. When we use single variable for each, It will be Massy quickly.
janardanm.hashnode.dev4 min read