Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejs
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.

...