Which one of the following keywords is used for defining the function in the JavaScript?
Void
init
main
function
Correct Answer : D
Can you pass a anonymous function as an argument to another function?
What keyword is used to declare an asynchronous function in Javascript?
Which of the following are closures in Javascript?