rmurphey - adventures in front-end consulting
var foo = 'hello'; (function(f) { var foo = f || 'world'; console.log(foo); })(foo);
October 7, 2010 at 3:45:42 PM EDT
*
FILLER
var foo = 'hello'; (function(f) { var foo = f || 'world'; console.log(foo); })(foo);