Object in JavaScript
What is an Object?
An object is a non-primitive data type in JavaScript, We use objects to store a collection of data irrespective of their data type (number, string, boolean etc).
Each value stored in an object has a key associated with it so we can...
beginnerabhay.hashnode.dev12 min read
Vincent Dsouza
Climbing life, one step at a time
Nicely explained Abhay Gupta π