Hacker News new | ask | show | jobs
by bcherny 3274 days ago
>32bit number indices not affecting length is crazy - I didn't know about that (I don't think I've knowingly dealt with an array that big).

TypeScript thankfully prevents all of these errors except for the one I mentioned.

Do you work on the spec or a JS implementation? That's some pretty impressive knowledge.

1 comments

I have not implemented Array, but I know the poor soul who did!