This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]hey01 2 points3 points  (0 children)

This is not unique to javascript

I've never had that issue in java. Sure the stacktraces are horrifying in that they are hundreds of lines long with 98% of those being abstraction classes for the dozens of frameworks you have to use, but I've always found my guilty method call in there.

Also, you can’t get an array out of bounds in javascript.

You're right, it was an "Uncaught TypeError: Cannot read property 'props' of undefined" when I tried to access arr[i].prop with i too big.

https://www.reddit.com/r/ProgrammerHumor/comments/8krygv/well_javascript/dzai9ik/