Hi Gordon,
Found a little bug:
String.fromCharCode(72,69,76,76,79);
should return "HELLO" not only the fist argument/char "H".
Sacha
@Sacha 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.
Hi Gordon,
Found a little bug:
String.fromCharCode(72,69,76,76,79);
should return "HELLO" not only the fist argument/char "H".
Sacha