{"ScriptPreparationCode":"var params = [];\r\nfor (var i = 0; i \u003C 500; i\u002B\u002B) {\r\n params.push(i \u002B \u0027_hi there\u0027); \r\n params.push(true);\r\n params.push(i);\r\n}","TestCases":[{"Name":"Array.prototype.slice","Code":"var other = params.slice();","IsDeferred":false},{"Name":"spread operator","Code":"var other = [ ...params ]","IsDeferred":false}]}