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