filmov
tv
How to Add a Multiline C̶r̶i̶n̶g̶e̶ String in JavaScript

Показать описание
Comes from my tutorial on some JavaScript basics:
A quick way of adding a multiline string in JavaScript -- Template literals, which are delimited with backtick (`) characters (or a Grave Accent) and which has been introduced in ES6 (the sixth version of ECMAScript specification, the second major revision to JavaScript)
A quick way of adding a multiline string in JavaScript -- Template literals, which are delimited with backtick (`) characters (or a Grave Accent) and which has been introduced in ES6 (the sixth version of ECMAScript specification, the second major revision to JavaScript)