πŸ“Š JavaScript
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;
πŸ’¬ Discuss
βœ… Correct Answer: (D) obj.meth=fun;

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
221
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Vishal Gupta
Publisher
πŸ“ˆ
93%
Success Rate