{"ScriptPreparationCode":"var arr = Array(10000).fill(null).map((_, index) =\u003E index);\r\n\r\n","TestCases":[{"Name":"Arra.from","Code":"const newArr1 = Array.from(arr)","IsDeferred":false},{"Name":"array destructure","Code":"const newArr2 = [...arr]","IsDeferred":false}]}