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