A

Admin • 833K Points
Coach

Q. What convenience does the following JavaScript code snippet provide?

Code:
let suc = function(a) a+1, yes = function() true, no = function() false;
  • (A) Shorthand expression
  • (B) No convenience
  • (C) Modular behaviour
  • (D) Functional behaviour
  • Correct Answer - Option(D)
  • Views: 28
  • 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.