Template literals are literals delimited with backtick (`) characters, allowing for multi-line strings, string interpolation with embedded expressions, and special constructs called tagged templates....log("string text line 1\n" + "string...the same with this: js console.log(`string text line 1 string text...