Multiple Choice
Which of the following commands is used to create a custom object using the new operator?
A) var objName = new Object() ; object.property = value; object.method = function() { commands };
B) var objName = value; object.Name = value; object.property = function() { commands };
C) var method = new Object() ; object.property = value; object.objName = function() { commands };
D) var objName = Object() ; object.Name = Object() ; object.method = function() { commands };
Correct Answer:

Verified
Correct Answer:
Verified
Q55: Explain how you can apply a for…in
Q56: Identify the structure in which any function,
Q57: Which of the following should be used
Q58: The biggest advantage of an object created
Q59: Identify the name:value pair that includes a
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