filmov
tv
ES6: String Templates
Показать описание
Formatting strings used to be painful in JavaScript, but not anymore. String templates allow us to put variables into strings where we want it to display, we can also use real whitespace instead of escaped white space.