Sunday, March 11, 2012

Example of Lambda in javascript

var sq = function (x) {return x * x};

No comments:

Post a Comment