Understanding Objects in JavaScript
So far you've stored single values in variables - a name, an age, a score. But what if you want to store a collection of related information about one thing? That's exactly what objects are for.
What
web-dev-and-networking.hashnode.dev6 min read