How should var/let be used now in regards to fast loading? I saw that you changed most var statements to let statements in launch, @Gordon. But there are still some var statements left, e.g. line 58: var app = apps\[i\];.
var app = apps\[i\];
In iconlaunch code, @halemmerich have changed all var statements to let statements.
I've read some about var vs let here.
@Ganblejs 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.
How should var/let be used now in regards to fast loading? I saw that you changed most var statements to let statements in launch, @Gordon. But there are still some var statements left, e.g. line 58:
var app = apps\[i\];
.In iconlaunch code, @halemmerich have changed all var statements to let statements.
I've read some about var vs let here.