xxxxxxxxxx
const myString = 'A rather long string of English text, an error message \
actually that just keeps going and going -- an error \
message that is really really long.';
xxxxxxxxxx
const myString = 'A rather long string of English text, an error message' +
'actually that just keeps going and going -- an error' +
'message that is really really long.';