Understanding Objects in JavaScript
An object is a collection of key → value pairs (also called properties). Each property has a name (the key) and a value. Values can be primitives (string, number, boolean), other objects, arrays, or f
soumen.hashnode.dev4 min read