{"ScriptPreparationCode":null,"TestCases":[{"Name":"concat","Code":"const a = [1, 2, 3];\r\nconst b = [4, 5, 6];\r\nconst c = a.concat(b);","IsDeferred":false},{"Name":"spread","Code":"const a = [1, 2, 3];\r\nconst b = [4, 5, 6];\r\nconst c = [...a, ...b];","IsDeferred":false}]}