{"ScriptPreparationCode":null,"TestCases":[{"Name":"Array concat","Code":"const a = [\u0027a\u0027,\u0027b\u0027,\u0027c\u0027]\r\nconst b = [1,2,3,4]\r\nconst c = a.concat(b)","IsDeferred":false},{"Name":"Array spread","Code":"const a = [\u0027a\u0027,\u0027b\u0027,\u0027c\u0027]\r\nconst b = [1,2,3,4]\r\nconst c = [...a, ...b]","IsDeferred":false}]}