Sign up
Sign in
Function.prototype.bind = function(context) { var fn = this; return function() { fn.apply(context, arguments); };};
Function.prototype.bind = function(context) { var fn = this; return
function()
{ fn.apply(context, arguments); };};
Leonardo Bruno Lima
Hakan Kimeiga Alpay
Follow
--
Share
Should it be “function(arguments)”?
Part-time game developer, full-time daydreamer. Loves Counter-Strike, Swiss Style, and architecture.
Help
Status
About
Careers
Press
Blog
Privacy
Terms
Text to speech
Teams