jquery use variable in string "without" concatenate

JavaScript
console.log(`${a + b}`);
Source

Also in JavaScript: