filmov
tv
Template Literals - JavaScript Tutorial - w3Schools - Chapter-19 English

Показать описание
JavaScript Template Literals
Synonyms:
Template Literals
Template Strings
String Templates
Back-Tics Syntax
Back-Tics Syntax
Template Literals use back-ticks (``) rather than the quotes ("") to define a string.
Quotes Inside Strings
With template literals, you can use both single and double quotes inside a string.
Multiline Strings
Template literals allows multiline strings.
Interpolation
Template literals provide an easy way to interpolate variables and expressions into strings.
The method is called string interpolation.
The syntax is:
${...}
Variable Substitutions
Template literals allow variables in strings.
Expression Substitution
Template literals allow expressions in strings.
Template Literals is not supported in Internet Explorer.
Synonyms:
Template Literals
Template Strings
String Templates
Back-Tics Syntax
Back-Tics Syntax
Template Literals use back-ticks (``) rather than the quotes ("") to define a string.
Quotes Inside Strings
With template literals, you can use both single and double quotes inside a string.
Multiline Strings
Template literals allows multiline strings.
Interpolation
Template literals provide an easy way to interpolate variables and expressions into strings.
The method is called string interpolation.
The syntax is:
${...}
Variable Substitutions
Template literals allow variables in strings.
Expression Substitution
Template literals allow expressions in strings.
Template Literals is not supported in Internet Explorer.