2 lines
39 B
JavaScript
2 lines
39 B
JavaScript
var foo = "test " + String(foo + bar);
|
var foo = "test " + String(foo + bar);
|