function myFunction() {
return true;
}
let multilineString = `
this is the first line
this is the middle line
this is the last line
`
;
let multilineString = `
this is the first line
this is the middle line
this is the last line
`
;