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

Smartphone icons created by Freepik - Flaticon

JavaScript Strings

The escape sequence \" inserts a double quote in a string.

let text = "We are the so-called \"Vikings\" from the north.";
document.getElementById("demo").innerHTML = text;