Fundamentals of Objects in JS Object is a non-primitive data type in JavaScript which consists of key-value pairs. Objects are mutable in nature, we will discuss about this in a minute. Every time we use {} (open and close curly braces) syntax we cre...
rohit1101.hashnode.dev2 min read
No responses yet.