You are not logged in.

#1 2017-12-08 05:28:39

hamidoon123
Moderator
Registered: 2017-09-21
Posts: 50,766

Consider the following code snippetlet succ = function(x) x+1, ye...

Software Engineering Exams Quizzes MCQs Quizzes JavaScript Online MCQs Test

Question:
Consider the following code snippetlet succ = function(x) x+1, yes = function() true, no = function() false;What convenience does the above code snippet provide?

Option A):
Shorthand expression
Option B):
No convenience
Option C):
Modular behaviour
Option D):
Functional behaviour

Correct Answer is Option D):
Functional behaviour

2017-12-08 05:28:39

Advertisement
Ads By Google

Re: Consider the following code snippetlet succ = function(x) x+1, ye...



Board footer