Actually I've just realized Function.bind is there indeed but Function.prototype.bind is not ... but (function(){}).bind is there too ... oh well, good to know (sort of weird)
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Actually I've just realized
Function.bind
is there indeed butFunction.prototype.bind
is not ... but(function(){}).bind
is there too ... oh well, good to know (sort of weird)