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