{"ScriptPreparationCode":null,"TestCases":[{"Name":"Test using spread","Code":"var params = [ \u0022hello\u0022, true, 7 ]\r\nvar other = [ ...params, 3 ]","IsDeferred":false},{"Name":"Testt using push","Code":"var params = [ \u0022hello\u0022, true, 7 ]\r\nparams.push(3)","IsDeferred":false}]}