{"ScriptPreparationCode":null,"TestCases":[{"Name":"Array.prototype.concat()","Code":"var arr = [ \u0022foo\u0022, true, 7 ];\r\nvar other = [ 1, 2 ].concat(arr);","IsDeferred":false},{"Name":"Spread operator","Code":"var arr = [ \u0022foo\u0022, true, 7 ]\r\nvar other = [ 1, 2, ...arr ]","IsDeferred":false}]}