  |
ECMA-262: ECMAScript specification - http://www.ecma-international.org/publications/standards/Ecma-262.htm
The official specification for ECMAScript, the vendor-neutral standard for what was originally Netscape's JavaScript. |
  |
JavaScript 2.0 at Mozilla.org - http://www.mozilla.org/js/language/js20/index.html
language design page for JavaScript 2.0, which extends JavaScript with classes, packages and types. |
  |
JavaScript and Browser Objects Quick Reference - http://www.dannyg.com/ref/jsquickref.html
Free downloadable reference guide to JavaScript objects and properties in PDF format, designed for printing. Covers all versions of JavaScript, and indicates which browsers support each object or language element. From Danny Goodman's book "JavaScript Bible". |
  |
Client-Side JavaScript Guide - http://docs.sun.com/source/816-6408-10/
Books on how to use core and client-side JavaScript. |
  |
Dr. Clue's javascript reference - http://www.drclue.net/F1.cgi/JAVASCRIPT/JAVASCRIPT.html
a handy repackaging and extension of javascript documentation designed for quick reference as well as detailed study. |