Understanding Objects in JavaScript
When programs become larger, we often need to store related information together.
For example, imagine storing information about a person:
name
age
city
If we store each value in separate variabl
understanding-javascript-methods.hashnode.dev3 min read