MCQOPTIONS
Saved Bookmarks
| 1. |
Consider the following code snippet:let succ = function(x) x+1, yes = function() true, no = function() false;What convenience does the above code snippet provide? |
| A. | Functional behaviour |
| B. | Modular behaviour |
| C. | No convenience |
| D. | Shorthand expression |
| Answer» B. Modular behaviour | |