Understanding Objects in JavaScript
Objects are another way to organize / store data , but in a key-value pair format. This makes whatever we store more descriptive , depicting them as properties.
For example,
if we are storing a user,
tech-log.hashnode.dev2 min read