Login
Remember
Register
Ask a Question
Can you pass a anonymous function as an argument to another function?
0
votes
asked
Oct 19, 2019
in
JavaScript
by
SakshiSharma
Can you pass a anonymous function as an argument to another function?
anonymous-function
argument-to-another-function
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Oct 19, 2019
by
rajeshsharma
Yes! An anonymous function can be passed as an argument to another function.
...