Solved

Identify the Name:value Pair That Includes a Function Name and Its

Question 59

Multiple Choice

Identify the name:value pair that includes a function name and its commands, which is used to add methods to a custom object.


A) var objName = { method: function() { commands } }
B) var objName = { command.function() { method() } }
C) var obj= { function() { commands } }
D) var objName = { function:method() { commands } }

Correct Answer:

verifed

Verified

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

Related Questions