Understanding Objects in JavaScript
When programs start handling more complex data, simple variables are often not enough.
For example, imagine you want to store information about a person:
Name
Age
City
If you use separate variabl
understanding-object-in-js-by-anunay.hashnode.dev3 min read