escaping end of line

making a string with multiple lines

by Eugene Manager

JavaScript

v = 'qqq // comment \n\
www';
console.log(v);