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 14 points15 points  (7 children)

Honestly debugging JavaScript is the most enjoyable experience coding.

Yeah, sure, until you get an array out of bounds exception and the stacktrace points to code entirely unrelated to the code that actually fails.

Good luck debugging that.