2 lines
45 B
JavaScript
2 lines
45 B
JavaScript
var foo = "test " + _.test(foo) + " " + bar;
|
var foo = "test " + _.test(foo) + " " + bar;
|