0 votes
in JavaScript by
How to define a anonymous function?

1 Answer

0 votes
by

An anonymous function can be defined in similar way as a normal function but it would not have any name.

...