Understanding Objects in JavaScript
In programming, we often need to store multiple related pieces of information about a single entity.
For example, if we want to represent a person, we might need to store:
Name
Age
City
Using sep
web-dev-explained.hashnode.dev5 min read