Quantcast
Channel: fluffigt.com » javascript
Viewing all articles
Browse latest Browse all 6

jslint: The JavaScript Verifier

$
0
0

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 a syntax error, although it often is.


Viewing all articles
Browse latest Browse all 6

Trending Articles