Of course you can, there is nothing special in the IDE. You have Espruino interpreter console on the serial port so you can do everything. Just send the code directly 'as is' to serial port and it gets executed immediately (so you may start with sending reset() if you want to start from scratch) or you can execute code that will write it to storage and reboot
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.
Of course you can, there is nothing special in the IDE. You have Espruino interpreter console on the serial port so you can do everything. Just send the code directly 'as is' to serial port and it gets executed immediately (so you may start with sending
reset()
if you want to start from scratch) or you can execute code that will write it to storage and rebootthere is also espruino command https://github.com/espruino/EspruinoToolÂs that may be easier for you