Objects in Javascript
What is an object in javascript?
An object is a built-in data type for storing key-value pairs. Data inside objects are unordered, and the values can be of any type. keys are also called properties.
Object is a non-primitive data type in javascript...
gauravpatil.hashnode.dev4 min read
Jitendra Bagul
Keep Learning Keep Growing
Nice article