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:

Verified
Correct Answer:
Verified
Q19: Identify the method that ensures that the
Q20: The _ object method returns a text
Q21: Which of the following methods is used
Q22: You should start at the top and
Q23: A prototype chain is created by defining
Q25: The _ method is similar to the
Q26: The constructor for Object supports methods that
Q27: You can determine whether an object has
Q28: for…in loops do not follow a specific
Q29: Which of the following object methods returns