The only way I know how to print a huge string without using += is to use \\ backslashes. ugly!
This works too :
var longString = '' + '' + 'test content. maybe some code' + '' + '';