//1. Formal way function isNimble() { return true; } //2. Set to a variable. Javascript actually treats functions as just another type of object var canFly = function () { return true; }; //3. anonymous function window.isDeadly = function () { return true; };
Thursday, May 5, 2011
How many ways you can define a function in Javascript
3
Process, People, and Pods, A series of blogs on the impact of Agile
http://processpeoplepods.blogspot.com/
A series of blogs on the impact of Agile, focusing beyond the process impacts to the people issues and organizational challenges.
A series of blogs on the impact of Agile, focusing beyond the process impacts to the people issues and organizational challenges.
Subscribe to:
Posts (Atom)