πŸ“Š JavaScript
Q. Consider the following code snippet
Code:
let succ = function(x) x+1, yes = function() true, no = function() false;
  • (A) Functional behaviour
  • (B) Modular behaviour
  • (C) No convenience
  • (D) Shorthand expression
πŸ’¬ Discuss
βœ… Correct Answer: (A) Functional behaviour

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
204
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Kirti
Publisher
πŸ“ˆ
99%
Success Rate