Wrap the text in ` (backticks) instead of single quotes ', then it can span multiple lines.
var myString = `abc
def
ghi`;
Wrap the text in ` (backticks) instead of single quotes ', then it can span multiple lines.
var myString = `abc
def
ghi`;