Answers for "Multiline string in ES6"

0

Multiline string in ES6

let str = `This text
            is on
            multiple lines`
Posted by: Guest on April-10-2022

Code answers related to "Javascript"

Browse Popular Code Answers by Language