filmov
tv
Template Strings (Template Literals) in JavaScript

Показать описание
In this video, I'm going to show you how to work with template strings, also known as template literals, in JavaScript.
Here's a quick rundown of what you're about to learn:
First, I'll show you the usual way of working with strings and interpolating variables in a string.
Next, you will learn how the template strings (introduced in ES6) can be used to easily achieve the same and more.
In the end, you'll have understood how template strings (template literals) work in JavaScript.
Here's a quick rundown of what you're about to learn:
First, I'll show you the usual way of working with strings and interpolating variables in a string.
Next, you will learn how the template strings (introduced in ES6) can be used to easily achieve the same and more.
In the end, you'll have understood how template strings (template literals) work in JavaScript.