Which of the following are closures in Javascript?
Variables
Functions
Objects
All of the above
Correct Answer : D
Can you pass a anonymous function as an argument to another function?
Which of the following functions is a valid type of function that javascript supports?
How to call a function named “sum”?