EDIT OK, I've realised there is already an answer answering this question with NO: Creating multiline strings in JavaScript
Thanks for all escaping/concatenating answers, but it is not what I needed. END EDIT
In Python it is possible to define string variables having many lines by the notation
"""
many
many lines
"""
Is there something like this in JavaScript?