template literal multiline js

let text = `This is a multiline
string that
just works!`
Anthony Smith