{"ScriptPreparationCode":null,"TestCases":[{"Name":"Array.prototype.concat","Code":"var params = [ \u0022hello\u0022];\r\nvar other = [ 1, 2 ].concat(params);","IsDeferred":false},{"Name":"spread operator","Code":"var params = [ \u0022hello\u0022]\r\nvar other = [ 1, 2, params[0] ]","IsDeferred":false},{"Name":"Push","Code":"var params = [ \u0022hello\u0022];\r\nvar other = [ 1, 2 ].push(params[0]);","IsDeferred":false}]}