Solved

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

Question 24

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 }; What limitation can Thomas face while creating a custom object using the new operator?


A) He cannot use nested functions.
B) He cannot use prototype chains.
C) He cannot reuse the object.
D) He cannot use a for…in loop.

Correct Answer:

verifed

Verified

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

Related Questions