2 lines
48 B
JavaScript
2 lines
48 B
JavaScript
var foo = "test ".concat(foo, " ").concat(bar);
|
var foo = "test ".concat(foo, " ").concat(bar);
|