Notepad/enter/Coding Tips (Classical)/Terminal Tips/Languages/Javascript/JSLint.md

11 lines
563 B
Markdown
Raw Normal View History

2023-07-05 18:29:11 +00:00
# JSLint
According to the [instructions](https://www.jslint.com/help.html) doc, JSLint is a code quality tool for JavaScript.
The Principle of the Good Parts is
> If a feature is sometimes useful and sometimes dangerous and if there is a better option then always use the better option.
It can be accessed [here](https://www.jslint.com). Really understanding what is being explained here is key to using JSLint properly when debugging JavaScript.
And it was written in [BBEdit](obsidian://open?vault=Coding%20Tips&file=Computers%2FMac%20OS%20X%2FBBEdit).