Sascha Schulz
2024-03-18 2c684af29f61555fce48e67993a865e4ba091698
1
2
3
4
5
6
7
8
function add() {
}
 
let sum = add`a ${5} b ${6} c`;
 
console.log(sum);
 
// => 11