rem’s avatarrem’s Twitter Archive—№ 44,168

  1. Having to use this in my promise chains to prevent a rouge argument being applied: function coldcall(fn) { return function(){ fn() }}