1`text${expression}text`
1function tagFunction(strings, arg) { 2 return `${strings[0]}${arg}${strings[1]}` 3} 4 5tagFunction`text${expression}text`