ES6 adds support for template literals. Template literals make it much easier to compose strings of content -- string interpolation. They allow for single and double quotes without having to fuss with ...
literals](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals). > `What's up, I just saw "${movie.toUpperCase()}".` "What's up, I just ...