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