Understanding Objects in JavaScript
Sometimes a program needs to store related information about a single thing. For example, if you want to represent a person, you might need their name, age, and city.
You could store each piece of dat
js-foundational.hashnode.dev4 min read