Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • 1
    jshint is still an important tool. Commented Mar 29, 2012 at 16:40
  • As for disambiguating a statement, both \n and ;\n are the same Commented Mar 29, 2012 at 16:41
  • 2
    @Raynos Actually, I've found that JSLint tends to be a bit useless with the complexity of some of the framework-heavy code I often work with. Plus, ;\n and \n aren't the same in all circumstances, otherwise there'd never be a need for the ;. Commented Mar 29, 2012 at 16:48
  • 7
    jslint is useless, jshint however is a different tool. Commented Mar 29, 2012 at 17:09