{"ScriptPreparationCode":null,"TestCases":[{"Name":"spread operator","Code":"var params = [ \u0022hello\u0022, true, 7 ]\r\nconst newVals = [\u0022first\u0022, \u0022second\u0022]\r\nvar other = [ ...params, ...newVals ]","IsDeferred":false},{"Name":"Push","Code":"var params = [ \u0022hello\u0022, true, 7 ];\r\nconst newVals = [\u0022first\u0022, \u0022second\u0022]\r\nparams.push(...newVals);","IsDeferred":false}]}