What happens if the return statement has no related expression?
It will return a undefined value
It will throw a exception
It will return the 0 as the value
It will throw a error
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?