We can use literal notation with back slashes to make a multiline string:
var APPdescription = `This is. a multi line string.`;
This is very convenient for chunks of HTML etc.
See HTML templates.
We can use literal notation with back slashes to make a multiline string:
var APPdescription = `This is. a multi line string.`;
This is very convenient for chunks of HTML etc.
See HTML templates.