Objects in JavaScript
In JavaScript, almost everything is an object. If you understand objects, you understand JavaScript.
What is an Object?
You can think of an object as a variable, where this variable contains different kinds of values.
An object is basically a collec...
aaronr2020.hashnode.dev4 min read