A yellow triangle warning appears in WebIDE that flags the escapement.
//unnecessaryEscapment.js
//PICO v 1x86
// A is flagged as unecessary escapment
// with a yellow triangle in the right side of WEBIDE
var A="\x31";
var B="x31";
console.log("A= ",A);
console.log("B= ",B);
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.
A yellow triangle warning appears in WebIDE that flags the escapement.
The output: