Lambda-Ausdrücke in Javascript

$ node

> var f = function (x){return x+3;}
undefined

> f(4)
7



Johannes Waldmann 2014-07-10