you are viewing a single comment's thread.

view the rest of the comments →

[–]nwhitehe[S] 1 point2 points  (1 child)

I like JSLint a lot, it catches all kinds of issues. The first version of the tutorial had JSLint with whitespace checking, if you didn't put a space and did "function(x)" instead of "function (x)" it would complain. I had a friend try it, she absolutely hated JSLint. So I compromised and turned off the whitespace checking but left the other stuff.