{"ScriptPreparationCode":null,"TestCases":[{"Name":"spread","Code":"const params1 = [ \u0022hello\u0022, true, 7 ];\r\nconst params2 = [ \u0022bar\u0022, false, 3 ];\r\nconst other = [ ...params1, ...params2 ];","IsDeferred":false},{"Name":"flat","Code":"const params1 = [ \u0022hello\u0022, true, 7 ];\r\nconst params2 = [ \u0022bar\u0022, false, 3 ];\r\nconst other = [ params1, params2 ].flat();","IsDeferred":false}]}