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.`;
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.`;
Leave a Reply