{"ScriptPreparationCode":null,"TestCases":[{"Name":"ES6 Spread Operator","Code":"const foo = [\r\n {a: \u0027b\u0027, c: \u0027d\u0027},\r\n {a: \u0027b\u0027, c: \u0027d\u0027},\r\n];\r\nconst bar = [\r\n {a: \u0027b\u0027, c: \u0027d\u0027},\r\n {a: \u0027b\u0027, c: \u0027d\u0027},\r\n];\r\nconst baz = [...foo, ...bar];","IsDeferred":false},{"Name":"Array.prototype.concat","Code":"const foo = [\r\n {a: \u0027b\u0027, c: \u0027d\u0027},\r\n {a: \u0027b\u0027, c: \u0027d\u0027},\r\n];\r\nconst bar = [\r\n {a: \u0027b\u0027, c: \u0027d\u0027},\r\n {a: \u0027b\u0027, c: \u0027d\u0027},\r\n];\r\nconst baz = foo.concat(bar);","IsDeferred":false}]}