mam spotkać ten przykład i został całkowicie stracił ... const test = (hey) => console.log(hey);
console.log(test `wtf`);
Przede wszystkim jest to ważne w console.log, to wydaje się być ["wtf", ra
Używam oznaczone ciągi szablonów w następujący kod var a = 5;
var b = 10;
var pp="";
function tag(strings, ...values) {
pp+=strings[0]; // "Hello "
pp+=strings[1]; // " world "
pp+=v