Multiple Choice
Identify the apply() method used to borrow a method from one object class.
A) function.apply(thisObj[,argArray])
B) apply.function(thisObj[,Array])
C) function.apply(thisObj[,apply])
D) Apply.function(Obj[,argArray])
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q39: for…in loops do not follow a specific
Q40: Identify the syntax of the call() method.<br>A)
Q41: The nested function is hidden from other
Q42: Identify the correct syntax to add methods
Q43: Simon uses the function.apply(thisObj[,argArray] method to call
Q45: Write a note on nested functions.
Q46: Methods are shared between objects by applying
Q47: JavaScript objects do not support _ like
Q48: When you create a custom object using
Q49: Identify the significance of this keyword in