RunJS is a JavaScript playground for macOS, Windows and Linux. Write code with instant feedback and access to Node.js and browser APIs.
2.05k
stars
45
forks
source link
Empty string makes the alignment ( of the source and the output) fail #651
Closed
DesBw closed 1 month ago
To reproduce, put the following scripts. They are from a book titled "JavaScript from begnner to professional"
Now, comment out the 17th line (
let strToNr = "";
), the alignment comes back.