var x = `Hello ${foo}!`; console.log(`string text line 1 string text line 2`); x = tag`Hello ${ a + b } world ${ a * b }`;