AKA Template Literals, String Interpolation. (Wiki here.)
Why are they useful?
When should I not use them?
How are these features similar and different from using JSX with React?
How can I use String.raw() effectively as mentioned in the bottom of the wiki?