JS Capsules: Objects
All JavaScript values are objects, except primitives.
What's an Object?
An object is a collection of properties in key: value pairs.
To understand better, let's take a closer look:
Object Properties
Let us describe a ball using a couple of variables...
dpkreativ.hashnode.dev2 min read
Ehis Edemakhiota
Software Developer & Technical Writer
Easy to understand. Well done!