Denisa Bokar

Results 1 issues of Denisa Bokar

## The problem Given this function: `function test2(){ var a = "some text"; return a+="help", a+=" some more help";}` which returns "some texthelp some more help" When minified, gets converted...