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