JS

Functions in JavaScript - Anonymous functions in J...

4.

Which of the following statements about anonymous functions in JavaScript is true?

Anonymous functions cannot have a return statement.

Anonymous functions are often used as callback functions.

Anonymous functions cannot be assigned to variables.

Anonymous functions cannot have parameters.