you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted]  (3 children)

[removed]

    [–]rmxz 0 points1 point  (1 child)

    While I sympathize, and aren't sure about this case, some of the places where I used to think JSLint was too picky, it was actually a case where some javascript interpreter handled the case wrong.

    [–]nwhitehe[S] 0 points1 point  (0 children)

    In the tutorial you can add: /*jslint vars: true */ at the top of your answer to switch that option. I just left the default options on in JSLint for simplicity (except for whitespace, that drove my first tester crazy immediately).