Outbound Link Summary:
20 years ago
p3k dots

wicked! douglas crockford provides a browser-based jslint to scan a source javascript file for problems and errors. (via Henso.com.)

thus, i already learnt that there is the === operator which does not do type coercion (ie. 0 === "" returns false while 0 == "" returns true).