nelsonpecora’s avatarnelsonpecora’s Twitter Archive—№ 8,231

  1. Neat javascript trick: function foo(a, b) { var c = ‘bar’; return a&&b&&c; }