Vidyalelo
JavaScript · Q50

Basic And Variables

Programming · JavaScript · question 50

Q50

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

A.
String
B.
Object
Answer
C.
Serialized Object
D.
All of the mentioned

Answer: Option B

Solution

Answer: Option B
Solution:
An object is an unordered collection of properties, each of which has a name and a value. Property names are strings, so we can say that objects map strings to values.