{"ScriptPreparationCode":"var params = Array.from({\r\n length: 123\r\n}, () =\u003E ({\r\n a1: Math.random(),\r\n a2: Math.random(),\r\n a3: Math.random(),\r\n qwer: \u0060Hello ${Math.random()}\u0060\r\n}))","TestCases":[{"Name":"Array.prototype.slice","Code":"const other = params.slice();","IsDeferred":false},{"Name":"spread operator","Code":"const other = [ ...params ]","IsDeferred":false}]}