I noticed the Array.shift() is missing. It is easily replaced by Array.splice(0,1) but in order for code to work on the espruino exactly as it does on node or chome, it would be a useful addition.
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 All,
I noticed the Array.shift() is missing. It is easily replaced by Array.splice(0,1) but in order for code to work on the espruino exactly as it does on node or chome, it would be a useful addition.
ref: http://www.w3schools.com/jsref/jsref_shift.asp
Regards,
Alex