Home / Programming MCQs / JavaScript MCQs / Question

V

Vishal Gupta • 7.73K Points
Tutor III

Q. Which is an equivalent code to invoke a function fun of class opt that expects two arguments p and q?

(A) opt.fun(p,q);
(B) fun(p,q);
(C) opt.fun(p) && opt.fun(q);
(D) opt(p,q);

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.