to add a new line forget ... simply use a new line in the definition let a = "a", b="b" console.log( `${a} ${b}` );