-
• #2
Check out this other post: http://forum.espruino.com/conversations/573/
There isn't a way to do this properly right now, but you can always just use
eval
. Ideally you would just put the 3 LEDs in your own array though.
Check out this other post: http://forum.espruino.com/conversations/573/
There isn't a way to do this properly right now, but you can always just use eval
. Ideally you would just put the 3 LEDs in your own array though.
In browser environment, every global variable in javascript is a member of the window variable.
E.g. setTimeout is the same as window.setTimeout.
I've noticed that there is no window variable available? Is there something similar?
I'd like to be able to do something like
Is this possible?