ecometer

Check JavaScript code

(Development)
#35

JSLint is a JavaScript code quality tool that checks that the JavaScript syntax used will be understood by all browsers.

The code produced thus complies with coding rules which enables interpreters to quickly and easily run the code. The CPU is therefore utilized for a shorter time.

You can use this tool at: http://www.jslint.com

JSLint
JSLint is a web-based tool that checks JavaScript syntax for errors and compatibility issues (source: Douglas CrockFord).
This best practice should only be applied if it is coherent with your project's specifications.
Under CC-By-NX-SA license