You are reading a single comment by @jgDev and its replies. Click here to read the full conversation.
  • var/let are handled the same in Espruino (that's something that will change at some point though). c=3 creates a GLOBAL variable, even if you're in a function.

    There shouldn't be a big performance different either way between == and ===.

About

Avatar for jgDev @jgDev started