Understanding Objects in JavaScript
What objects are, and why are they needed?
The object is a mutable non-primitive datatype that stores data in key-value pairs, where each key is uniquely identified. The values of properties can be pr
siddhartha-here.hashnode.dev3 min read