JavaScript References and Resources
Part of the HTML, CSS, and JavaScript Mobile Development For Dummies Cheat Sheet
JavaScript lets you to functionality to a web page that simple HTML just cannot do. The following table lists some valuable online resources for more information about using JavaScript on your website.
| Name | Description |
|---|---|
| JavaScript Tutorial | This W3Schools site provides a complete tutorial and references on how to use all JavaScript. |
| The Definitive JavaScript Reference | This site contains links to just about everything you ever wanted to know about JavaScript. |
| JavaScript Kit | Here's another site with tons of information about JavaScript. |
| JavaScript a tutorial "for the TOTAL non-programmer" | An intro to JavaScript for non-programmers. |
| JavaScript Reference | A quick reference to JavaScript commands. |
| JavaScript and HTML DOM Reference | A W3Schools reference to using JavaScript at the DOM level. |
| JavaScript Cheat Sheet | A quick reference guide for JavaScript, listing methods and functions, and including a guide to regular expressions and the XMLHttpRequest object. |
| JavaScript Introduction | A W3School's introduction to JavaScript—how to get started. |









