Latest YouTube Video

Saturday, March 19, 2016

Can someone walk me through this? anonymous called function

//Lamba var closureAlert = (function() { var x = 0; var alerter = function() { alert(++x); } return alerter; }()); // calling itself with a closure closureAlert(); ...

from Google Alert - anonymous http://ift.tt/25bO93z
via IFTTT

No comments: