Yes, it's flagged because there was no need to use "\x31" when you could have just typed "1"
"\x31"
"1"
Why do you think it shouldn't be flagged?
@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.
Yes, it's flagged because there was no need to use
"\x31"
when you could have just typed"1"
Why do you think it shouldn't be flagged?