• 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

About

Avatar for Alex @Alex started