tutorial.eyehunts.com
JavaScript Anonymous Functions | Basics
Functions without a name are called Anonymous Functions in JavaScript. The below code shows how to define an anonymous function:
Rohit