DEV Community

Discussion on: JS Polyfills - Call, Apply, Bind

Collapse
 
ivasilichi profile image
Oleg Vaskevich

arguments[0].fn(...[].slice.call(arguments,1)); You implementing call polyfill using call, how is that even polyfill?

Collapse
 
araddula profile image
AR Addula

@ivasilichi Thanks for pointing this out. I was more concentrating on "bind" polyfill and overlooked "call". I was also not active on this forum so far. It is corrected/updated now. Thanks again