function add() { } let sum = add`a ${5} b ${6} c`; console.log(sum); // => 11