{"ScriptPreparationCode":"var hello = \u0027Hello\u0027; function prependHello(str) { return hello \u002B str; } String.prototype.prependHello = function() { return hello \u002B this; }","TestCases":[{"Name":"\u002B","Code":"\u0027Hello\u0027 \u002B \u0027 World!\u0027;","IsDeferred":false},{"Name":"Func","Code":"prependHello(\u0027 World!\u0027);","IsDeferred":false},{"Name":"Prototype","Code":"\u0027 World!\u0027.prependHello();","IsDeferred":false}]}