Solved

Which of the Following Commands Is Used to Create a Custom

Question 60

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:

verifed

Verified

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

Related Questions