Tools: JSLint & JSHint
Topics
- What is JSLint?
- Things that are being flagged by JSLint
- What is JSHint?
What is JSLint?
- JSLint is a static code analysis tool used in software development for checking if JavaScript source code complies with coding rules
- It was developed by Douglas Crockford
- It is provided primarily as an online tool, but there are also command-line version
Download course content