Thanks. I like the light-weight obj.__proto__ property accessor but understand why it got deprecated and replaced with Object.getPrototypeOf(obj) method.
I see the challenge of keeping up with JS ECMA... and it will get more intense... ES6... 7. But it is for sure fun and you - including every one else - will not get bored...
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. I like the light-weight
obj.__proto__
property accessor but understand why it got deprecated and replaced withObject.getPrototypeOf(obj)
method.I see the challenge of keeping up with JS ECMA... and it will get more intense... ES6... 7. But it is for sure fun and you - including every one else - will not get bored...