Create A Multiline String In JavaScript

The backtick works for making multi-line strings:

const = `This is
a multi-line
string`
~ fin ~