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