In JavaScript, objects are used to store related information together. For example, a person has many details: name , age , city Instead of creating many variables, we can store them in one object.
whatisobjectsinjavascript.hashnode.dev3 min readNo responses yet.