Template literals make working with strings so much easier than before. They're started with a back tick, and can have variables inserted using ${variable}. Compare these two lines of code: This makes life far simpler and code easier to read.
Full article