in JavaScript by
Q:
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 Dec 1, 2022 in JavaScript by john ganales
0 votes
asked Jun 8, 2022 in JavaScript by sharadyadav1986
0 votes
asked Jan 21, 2020 in ECMAScript by GeorgeBell
...