JS multiline string

In Javascript you can create an multiline string with the following char: `

var exampleVariable = `Here is a text,
over multiple lines in JS (Javascript).
Some another stuff here.`;

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.