{"ScriptPreparationCode":null,"TestCases":[{"Name":"spread operator","Code":"var params = [ \u0022hello\u0022, true, 7 ]\r\nfor (let i = 0; i \u003C params.length; i\u002B\u002B) {\r\n params[i] = i\r\n}","IsDeferred":false},{"Name":"Push","Code":"var params = [ \u0022hello\u0022, true, 7 ];\r\nparams.push(\u0027new\u0027);","IsDeferred":false}]}