This site is mobile accessible. Press the "Tap Here" button to use a smaller font-size.

Smartphone icons created by Freepik - Flaticon

JavaScript Statements

You cannot break a code line with a \ backslash.

document.getElementById("demo").innerHTML =  \ 
"Hello Dolly.";

The \ causes a fatal error that terminates the script.