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

Smartphone icons created by Freepik - Flaticon

Common JavaScript Mistakes

You must use a "backslash" if you must break a statement in a string:

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