{"ScriptPreparationCode":null,"TestCases":[{"Name":"split","Code":"const params = [ \u0022hello\u0022, true, 7 ];\r\nconst other = params.split(\u0027\u0027);","IsDeferred":false},{"Name":"spread","Code":"const params = [ \u0022hello\u0022, true, 7 ];\r\nconst other = [ ...params ];","IsDeferred":false}]}