0 votes
in JavaScript by
Can one assign an anonymous function to a variable and then pass it as an argument to another function?

1 Answer

0 votes
by

With Javascript, it is possible to assign an anonymous function to a variable and pass it as an argument in another function.

...