This site is mobile accessible. Press the "Tap Here" button to use a smaller font-size.
Smartphone icons created by Freepik - Flaticon
Strings can be written with double or single quotes.
document.getElementById("demo").innerHTML = 'John Doe';
When a person looks at the source code for this page they will will see, where the JS data is inserted, <p id="demo"></p> is blank.