in Technology by

Anonymous functions can be created in JavaScript. What do anonymous function do?
A) Overwrite variables that are to be kept updated
B) Process a variable before passing it on to another function
C) Automatically define the scope of a value inside a parameter

Please log in or register to answer this question.

1 Answer

0 votes
by

Answer:-Process a variable before passing it on to another function

Related questions

...