A safer way to break up a string, is to use string addition: code example
Example: A safer way to break up a string, is to use string addition:
document.getElementById("demo").innerHTML = "Hello " +
"Dolly!";
document.getElementById("demo").innerHTML = "Hello " +
"Dolly!";