Code as we know it. Open source stuff goes here
1: function foo(){} foo(); // calls foo 2: foo = function(){}; foo(); // calls foo 3: ( function(){} )(); // calls the anonymous function
No comments:
Post a Comment