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

Smartphone icons created by Freepik - Flaticon

JS Strings

let text = "John Doe";  // String written inside quotes
document.getElementById("demo").innerHTML = text;