Created attachment 250178 [details] Screenshot of the bug var list = Array(1001).fill("Zoidberg"); console.log(list); We should use either CSS tables or flex box to make the indices column content dependent.
<rdar://problem/20429846>
We already have many issues with large arrays. We should be chunking large structures to 100 elements at a time. I don't think we should modify the styles here, we should just better handle large collections.
This applies to all collections, Array/Set/Map/Weak*/Iterator and maybe even Objects with lots of properties.