|
JSLint: The JavaScript verifierDescription: JSLint is a JavaScript
program that looks for problems in JavaScript programs. JSLint takes a JavaScript source and scans it. If it
finds a problem, it returns a message describing the problem and an
approximate location within the source. The problem is not
necessarily an error, although it often is. JSLint looks at
some style conventions as well as structural problems. It does not
prove that your program is correct. It just provides another set of
eyes to help spot problems.
JSLint defines a professional subset of JavaScript, a stricter language
than that defined by Edition
3 of the ECMAScript Language Specification.
|
1 week |
2 week |
1 month |
5 months |
1 year |
2 year |
Overall |
Votes |
0 |
0 |
0 |
0 |
0 |
0 |
1 |
Rating |
0 |
0 |
0 |
0 |
0 |
0 |
5.0 |
Added: Mon Apr 17 2006 |
Last Modify: Mon Apr 17 2006 |
Added by: |
Send Feedback to: |
Visited: 0 |
|
|
|
|
|