Template Strings

We will learn how to write a string in ES2015 and use it with JavaScript expressions.

What are template strings?

Template strings in ES2015 offer a third alternative to write a string. Strings can already be ...