Can any body throw me some arguments for using inline functions against passing predefined function name to some handler.
I.e. which is better:
The predefined named functions can reduce the JavaScript callback hell issue, which is mentioned at http://callbackhell.com/