1. When the function is defined as a looping statement
  2. When the function is defined as expressions
  3. When the function is predefined
  4. All of the mentioned
4 views

1 Answers

Answer: Option 2

The function name is optional for functions defined as expressions. A function declaration statement actually declares a variable and assigns a function object to it.

4 views

Related Questions