Thanks - yes, that's something I've known about for a while. I was sure there was an issue on GitHub for it but I can't see it now!
Did you hit this when trying to run some existing code on Espruino?
I've just tweaked Espruino to ensure that length is at least returned as a constant, so while it's not compliant, at least code that uses it will now error.
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.
Thanks - yes, that's something I've known about for a while. I was sure there was an issue on GitHub for it but I can't see it now!
Did you hit this when trying to run some existing code on Espruino?
I've just tweaked Espruino to ensure that
length
is at least returned as a constant, so while it's not compliant, at least code that uses it will now error.