{"ScriptPreparationCode":"var array = Array(10000).fill(null)","TestCases":[{"Name":"Array.prototype.slice","Code":"var otherArray = array.slice();","IsDeferred":false},{"Name":"spread operator","Code":"var otherArray = [...array];","IsDeferred":false}]}