Previous day
Next day
var foo = 'hello'; (function(f) { var foo = f || 'world'; console.log(foo); })(foo);