Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

The unordered collection of properties, each of which has a name and a value is called _________

a) String
b) Object
c) Serialized Object
d) Array

Answer: b
Explanation: Objects in JavaScript may be defined as an unordered collection of related data, of primitive or reference types, in the form of “key:value” pairs. Hence each of the property has a name and value.

Join The Discussion