Solved

Identify the General Syntax of the Object Literal

Question 66

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions