{"ScriptPreparationCode":null,"TestCases":[{"Name":"spread","Code":"var a = [ \u0022hello\u0022, true, 7 ]\r\nvar b = [ \u0022hello2\u0022, true, 27 ]\r\n\r\nvar other = [ ...a, ...b ]","IsDeferred":false},{"Name":"concat","Code":"var a = [ \u0022hello\u0022, true, 7 ]\r\nvar b = [ \u0022hello2\u0022, true, 27 ]\r\nvar other = a.concat(b);","IsDeferred":false}]}