{"ScriptPreparationCode":"n = 80000\r\nlist1 = Array.from({length: n}, () =\u003E Math.floor(Math.random() * n))\r\nlist2 = Array.from({length: n}, () =\u003E Math.floor(Math.random() * n))","TestCases":[{"Name":"native","Code":"/*When writing async/deferred tests, use \u0060deferred.resolve()\u0060 to mark test as done*/\r\nlist1.map((_, index) =\u003E index) ?? []","IsDeferred":false},{"Name":"lodash","Code":"_.range(list2.length)","IsDeferred":false}]}