Solved

Case-Based Critical Thinking Questions Case 13-3 Thomas Wants to Create

Question 51

Multiple Choice

Case-Based Critical Thinking Questions Case 13-3 Thomas wants to create a custom object using the new operator. He applies the following commands: var objName = new Object() ; object.property = value; object.method = function() { commands }; The new Object() statement is equivalent to a(n) _____.


A) empty object literal
B) prototype chain
C) for…in loop
D) base object

Correct Answer:

verifed

Verified

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

Related Questions