Javascript doesn't have a here-document syntax. You can escape the literal newline, however, which comes close:
"foo \
bar"
Javascript doesn't have a here-document syntax. You can escape the literal newline, however, which comes close:
"foo \
bar"