Is object a JavaScript object type?

An object is a non-primitive, structured data type in JavaScript . Objects are same as variables in JavaScript, the only difference is that an object holds multiple values in terms of properties and methods.

Leave a Reply

Your email address will not be published. Required fields are marked *