{"ScriptPreparationCode":null,"TestCases":[{"Name":"Spread","Code":"var params = [ \u0022hello\u0022, true, 7 ];\r\n\r\nparams = [...params, 1]","IsDeferred":false},{"Name":"Push","Code":"var params = [ \u0022hello\u0022, true, 7 ]\r\n\r\nparams.push(1);","IsDeferred":false}]}