...
Code Block | ||
---|---|---|
| ||
var APPdescription = `This is. a multi line string.`` <h1>Multi Line Statement</h1> <p Notice the use of back slashes? </p>`; |
This is very convenient for chunks of HTML etc.
...
...
Code Block | ||
---|---|---|
| ||
var APPdescription = `This is. a multi line string.`` <h1>Multi Line Statement</h1> <p Notice the use of back slashes? </p>`; |
This is very convenient for chunks of HTML etc.
...