\nis the only correct return code for a new line (not counting the use of elements such as \u000aor similar).
Note that the code below does not actually insert line breaks (the actual \nescape code is still needed ):
var foo = 'qwertyuiopasdfghjkl\
qwertyuiopasdfghjkl\
qwertyuiopasdfghjkl';
"qwertyuiopasdfghjklqwertyuias". , . :
var foo = [
'qwertyuiopasdfghjkl',
'qwertyuiopasdfghjkl',
'qwertyuiopasdfghjkl'
].join('\n');