JavaScript Books and Readings

No textbook is required for our JavaScript coverage. But the following books are recommended. They are both great references to the JavaScript language; the Good Parts book also inspired much of the material we are covering:

book
Crockford, D.
JavaScript: The Good Parts.
Yahoo! Press / O'Reilly, 2008. ISBN 0596517742.
(buy)
book
Flanagan, D.
JavaScript: The Definitive Guide, 5th edition.
O'Reilly, 2006. ISBN 0596101996.
(buy)

The following are direct links to various reading sections related to the material from each lecture. NOTE: Some links from web site "Quirksmode" refer to web browser objects such as document, navigator, and window.

Intro to JavaScript:

Arrays and Objects:

Functions:

Prototypes and Inheritance:

Scope/Closures:

Regular Expressions:

Good/Bad Parts; Libraries: