May 2008
Intermediate to advanced
172 pages
4h 54m
English
JSLint does not do flow analysis to determine that variables are assigned values
before they are used. This is because variables are given a value (undefined) that is a reasonable default for many
applications.
JSLint does not do any kind of global analysis. It does not attempt to determine
that functions used with new are really
constructors (except by enforcing capitalization conventions).