D
Douglas Crockford
JSLINT now includes a list of member names in its report, along with the
number of occurences of each member name. This is intended to make it
easier to find misspellings.
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.
http://www.crockford.com/javascript/lint.html
number of occurences of each member name. This is intended to make it
easier to find misspellings.
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.
http://www.crockford.com/javascript/lint.html