You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • @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?

    new Promise((resolve,reject) => { resolve("Wohoo!"); }).then(
    a => { console.log(a); });
    
About

Avatar for Gordon @Gordon started