@Jean-Philippe_Rey what code did you paste in? The character b isn't even in the example code, so I guess you tried some different code?
b
new Promise((resolve,reject) => { resolve("Wohoo!"); }).then( a => { console.log(a); });
@Gordon 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.
@Jean-Philippe_Rey what code did you paste in? The character
b
isn't even in the example code, so I guess you tried some different code?