in JavaScript by

How to define an anonymous function?

1 Answer

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