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 

Related questions

+1 vote
asked Feb 6, 2020 in JavaScript by rajeshsharma
0 votes
asked Mar 24, 2021 in JavaScript by sharadyadav1986
...