Overview of Objects & Prototypes
What are objects?
Objects are a data type in JavaScript that has a collection of key-value pairs
the key is restricted to string data type
the value can be any data type, even arrays and functions.
Let's through the most commonly used syntax bel...
traceyh.hashnode.dev4 min read