Login
Remember
Register
Ask a Question
Anonymous functions can be created in JavaScript. What do anonymous function do?
0
votes
asked
Feb 6, 2020
in
JavaScript
by
rajeshsharma
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
#java-anonymous-function
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Feb 7, 2020
by
SakshiSharma
Process a variable before passing it on to another function
...