Friday, March 14, 2014

Anonymous(lambda) function

http://en.wikipedia.org/wiki/Anonymous_function
http://www.codedata.com.tw/java/understanding-lambda-closure-1-from-javascript-function-1


In computer programming, an anonymous function (also function constant, function literal, or lambda function) is a function defined, and possibly called, without being bound to an identifier. 


Functions are Objects.

No comments:

Related Posts Plugin for WordPress, Blogger...