Home / Programming MCQs / JavaScript MCQs / Question

V

Vishal Gupta • 7.73K Points
Tutor III

Q. If you have a function f and an object o, you can define a method named m of o with

(A) obj=fun.meth;
(B) obj=fun;
(C) obj.meth=meth.fun;
(D) obj.meth=fun;

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.