{"ScriptPreparationCode":"var array = Array(10000).fill(Array(10000000).fill({ rand: Math.random(), randStr: \u0027str\u0027 \u002B Math.random() }))","TestCases":[{"Name":"Array.prototype.slice","Code":"var otherArray = array.slice();","IsDeferred":false},{"Name":"spread operator","Code":"var otherArray = [...array];","IsDeferred":false}]}