JS Backtick Baris Baru

console.log('string text line 1\n' +
'string text line 2');
// "string text line 1
// string text line 2"
Brave Bear