A

Admin • 832.27K Points
Coach

Q. Which one of the following code is equivalent to call a function "x" of the class "a" which have two arguments g and h?

  • (A) a,x(g,h);
  • (B) x(g) &&a.x(g);
  • (C) x(a,g);
  • (D) (g,h);
  • Correct Answer - Option(A)
  • Views: 12
  • Filed under category JavaScript
  • Hashtags:

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.

Be the first to start discuss.