The execution of a function stops when the program control encounters the _________ statement in the body of the function.
return statement
continue statement
break statement
goto statement
Correct Answer : A
Can you pass a anonymous function as an argument to another function?
Which one of the following keywords is used for defining the function in the JavaScript?
In JavaScript, do the functions always return a value?