2 lines
40 B
JavaScript
2 lines
40 B
JavaScript
var foo = `test ${_.test(foo)} ${bar}`;
|
var foo = `test ${_.test(foo)} ${bar}`;
|