Create A Multiline String In JavaScript
October 2021
The backtick works for making multi-line strings:
const = `This is
a multi-line
string`end of line
The backtick works for making multi-line strings:
const = `This is
a multi-line
string`