{"ScriptPreparationCode":null,"TestCases":[{"Name":"spread operator","Code":"const params = [\u0027hello\u0027, \u0027foobar\u0027]\r\nconst other = [...params, \u0027berry\u0027]","IsDeferred":false},{"Name":"Push","Code":"const params = [\u0027hello\u0027, \u0027foobar\u0027]\r\nparams.push(\u0027berry\u0027)","IsDeferred":false}]}