The syntax used in templating to merge variables with string is code example
Example: js string concatenation es6
let str=`JavaScript first appeared ${a+b} years ago. Wow!`;
let str=`JavaScript first appeared ${a+b} years ago. Wow!`;