Courses

Modern JavaScript: ES6 and beyond! - ES6 Introduction - ES6 Template Literals and String Interpolation

ES6 introduced a new way to declare and work with strings. In this lesson, we’ll learn about string interpolation and the opportunities the template literals opens up.

String interpolation is a fancy term for evaluating a string with variables.