String não terminada constante.
// ✅ works
const str = `hello
world`
Grieving Gharial
// ✅ works
const str = `hello
world`