... a small typo in line 9.
if (eq<0) eg=arg.length;
should be
if (eq<0) eq=arg.length;
@loopMasta 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.
... a small typo in line 9.
should be