Browsing Tag

jslint

Quick Tip: Using JSLint
videos

Quick Tip: Using JSLint

It’s nothing to be ashamed of: you probably don’t write perfect JavaScript the first time. While debugging JavaScript is usually done manually, today’s quick tip will teach you how to use JSLint, a tool for catching JavaScript bugs. Think of it as spell-check for JavaScript.