:) There's a function called E.toString() that's a more efficient version of String.fromCharCode.apply for Espruino - if you decide you need it.
E.toString()
String.fromCharCode.apply
@Gordon started
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.
:) There's a function called
E.toString()
that's a more efficient version ofString.fromCharCode.apply
for Espruino - if you decide you need it.