JavaScript Cheat Sheet

I found an excellent JavaScript Cheat Sheet recently when someone was asking for JS documentation. It covers everything from functions and methods to XMLHttpRequest and regular expressions. Best of all, it has both PNG and PDF versions available for download.

Everyone should have some sort of quick reference when it comes to JavaScript, the language’s ease of use lends itself to a light document that can quickly be looked up. Personally I’ve only ever used O’Reilly JavaScript Pocket Reference as my JS book. For anything more complicated I was always better served by Google.