{"ScriptPreparationCode":"arr = Array(10000).fill().map(x=\u003EMath.random())","TestCases":[{"Name":".map","Code":"arr.map(x=\u003E{});","IsDeferred":false},{"Name":".forEach","Code":"arr.forEach(x=\u003E{});","IsDeferred":false},{"Name":"for loop","Code":"for(let i = 0;i\u003Carr.length;i\u002B\u002B){let x=arr[i]}","IsDeferred":false},{"Name":"for of loop","Code":"for(let x of arr){}","IsDeferred":false},{"Name":"for of keys","Code":"for(let i of arr.keys()){let x = arr[i]}","IsDeferred":false}]}