{"ScriptPreparationCode":"var params = [ \u0022hello\u0022, true, 7 ]","TestCases":[{"Name":"spread operator","Code":"var other = [ ...params, \u0027new\u0027 ]","IsDeferred":false},{"Name":"Push","Code":"params.push(\u0027new\u0027);","IsDeferred":false},{"Name":"bracket access","Code":"params[ params.length ] = \u0027new\u0027;","IsDeferred":false}]}