{"ScriptPreparationCode":"var params = [];\r\nfor (var i = 0; i \u003C 10000; i\u002B\u002B) {\r\n params.push(\u0027String\u0027\u002Bi);\r\n}","TestCases":[{"Name":"Array.prototype.concat","Code":"var other = [ 1, 2 ].concat(params);","IsDeferred":false},{"Name":"spread operator","Code":"var other = [ 1, 2, ...params ]","IsDeferred":false},{"Name":"Push","Code":"var other = [ 1, 2 ].push(...params);","IsDeferred":false}]}