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