You are reading a single comment by @JumJum and its replies. Click here to read the full conversation.
  • In my browser, default radix for parseInt is 10, in Espruino its 8 if there are leading zeros.
    parseInt("10") returns 10
    parseInt("010") returns 8

About

Avatar for JumJum @JumJum started