0 votes
in JavaScript by
Anonymous functions can be created in JavaScript. What do anonymous function do?

Overwrite variables that are to be kept updated

Process a variable before passing it on to another function

Automatically define the scope of a value inside a parameter

1 Answer

0 votes
by

Process a variable before passing it on to another function 

...