Multiple Choice
Identify the general syntax of the object literal.
A) var objName = { value1: name1, value2: name2, … };
B) var objName = { name1: value1, name2: objName, … };
C) var objName = { name1: objnName, name2: value2, … };
D) var objName = { name1: value1, name2: value2, … };
Correct Answer:

Verified
Correct Answer:
Verified
Q61: Refer to the following code snippet and
Q62: In an object literal, each _ pair
Q63: Match the following object properties/methods to their
Q64: Case-Based Critical Thinking Questions Case 13-4 Edward
Q65: Match the following object properties/methods to their
Q67: Which of the following objects is also
Q68: Identify the advantage of using JavaScript's built-in
Q69: Identify the expression used to reference a
Q70: Case-Based Critical Thinking Questions Case 13-2 Michelle
Q71: _ objects are extended by adding new