Sorry Gordon,
Found another bug.
'HELLO'.slpit('');
returns: =[ "HELLO" ]
Should return:
["H", "E", "L", "L", "O"]
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.
Sorry Gordon,
Found another bug.
'HELLO'.slpit('');
returns:
=[
"HELLO"
]
Should return:
["H", "E", "L", "L", "O"]
Sacha