String multilin di ES6

let str = `This text
            is on
            multiple lines`
Outrageous Ostrich