{"ScriptPreparationCode":null,"TestCases":[{"Name":"Array.prototype.concat","Code":"const params1 = [ 1, 2, {a:\u00225\u0022} ];\r\nconst params2 = [ \u0022hello\u0022, true, 7 ];\r\nconst other = [].concat(params1, params2);","IsDeferred":false},{"Name":"spread operator","Code":"const params1 = [ 1, 2, {a:\u00225\u0022} ];\r\nconst params2 = [ \u0022hello\u0022, true, 7 ];\r\nconst other = [ params1, ...params2 ]","IsDeferred":false}]}