... and you can write that new array into another array with a simple arrayTo.set(arrayFrom)
arrayTo.set(arrayFrom)
@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.
... and you can write that new array into another array with a simple
arrayTo.set(arrayFrom)