Notepad/enter/Coding Tips (Classical)/Terminal Tips/2. CLI Tools/Languages/High level - Front-end/Javascript/JSLint.md

563 B

JSLint

According to the instructions 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. Really understanding what is being explained here is key to using JSLint properly when debugging JavaScript.

And it was written in BBEdit.