You are reading a single comment by @Sacha and its replies. Click here to read the full conversation.
  • Hi Gordon,

    The replace() function is missing. This code works on jconsole.com:

    var str = "Play with Arduino";
    var res = str.replace("Arduino","Espruino");

    Sacha

About

Avatar for Sacha @Sacha started