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