JavaScript Resources and Tests
JavaScript Resources
Code References and Techniques
Tools
- JSMin, The JavaScript Minifier — Online
or downloadable version of JSMin. "JSMin
is a filter which removes comments and unnecessary whitespace from JavaScript
files."
- JSMin Documentation
- Note: You many need to run your code through JSLint (link
below) to get it properly formatted before running it through JSMin.
- Note: Be careful with this!! Keep an uncompressed version
somewhere!
- JSLint, The JavaScript Verifier — "JSLint
is a JavaScript program that looks for problems in JavaScript programs."