Daily Shaarli

All links of one day in a single page.
rmurphey - adventures in front-end consulting

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