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