Back to Browse

#24: JavaScript Tutorial | String and Template literals in JavaScript

1.7K views
Jul 26, 2023
9:03

A JavaScript string is zero or more characters written inside quotes. Template literals are sometimes informally called template strings, because they are used most commonly for string interpolation (to create strings by doing substitution of placeholders). However, a tagged template literal may not result in a string; it can be used with a custom tag function to perform whatever operations you want on the different parts of the template literal.

Download

0 formats

No download links available.

#24: JavaScript Tutorial | String and Template literals in JavaScript | NatokHD