Q50
The unordered collection of properties, each of which has a name and a value is called
A.
String
B.
Object
AnswerC.
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.