This lesson is for members. Join us?
Subscribe now to get instant access to this course, plus a full library of Vue.js courses tailored to the plan you choose.
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.
