Hi,
Thanks very much for this lint program %-)
I posted: <<<< var mike="mike"; zoe = "zoe"; >>>> to the online checker today, and received no error message about an undeclared variable.
Crept in as a result of fixes?
Thanks again,
Mike H
http://www.javascriptlint.com/online_lint.php
The page says: "All warnings except "option explicit" are enabled in this online edition".
Option Explicit is the checking for undeclared variables.
Log in to post a comment.
Hi,
Thanks very much for this lint program %-)
I posted:
<<<<
var mike="mike";
zoe = "zoe";
>>>>
to the online checker today, and received no error message about an undeclared variable.
Crept in as a result of fixes?
Thanks again,
Mike H
http://www.javascriptlint.com/online_lint.php
The page says: "All warnings except "option explicit" are enabled in this online edition".
Option Explicit is the checking for undeclared variables.