{"ScriptPreparationCode":null,"TestCases":[{"Name":"Concat","Code":"const a = [\u0022hi\u0022, \u0022there\u0022, \u0022this\u0022, \u0022is\u0022, \u0022an\u0022, \u0022array\u0022, \u0022yes\u0022];\r\nconst b = [\u0022this\u0022, \u0022is\u0022, \u0022a\u0022, \u0022second\u0022, \u0022array\u0022, \u0022to\u0022, \u0022join\u0022, \u0022to\u0022];\r\nconst test = a.concat(b);","IsDeferred":false},{"Name":"Spread","Code":"const a = [\u0022hi\u0022, \u0022there\u0022, \u0022this\u0022, \u0022is\u0022, \u0022an\u0022, \u0022array\u0022, \u0022yes\u0022];\r\nconst b = [\u0022this\u0022, \u0022is\u0022, \u0022a\u0022, \u0022second\u0022, \u0022array\u0022, \u0022to\u0022, \u0022join\u0022, \u0022to\u0022];\r\nconst test = [...a, ...b];","IsDeferred":false}]}