4
nitwhiz
5y

var self = this;
if (args != null) args = Array.from(args);
return function(){
return self.apply(bind, args || arguments);
};

no wonder nobody likes js. this is not js. this is shit.

Comments
Add Comment