You can also break up a code line within a text string with a single backslash: code example
Example: You can also break up a code line within a text string with a single backslash:
document.getElementById("demo").innerHTML =
"Hello \
Dolly!";
document.getElementById("demo").innerHTML =
"Hello \
Dolly!";