JavaScript/Bibliography

From Citizendium
Jump to navigation Jump to search
This article is a stub and thus not approved.
Main Article
Discussion
Related Articles  [?]
Bibliography  [?]
External Links  [?]
Citable Version  [?]
 
A list of key readings about JavaScript.
Please sort and annotate in a user-friendly manner. For formatting, consider using automated reference wikification.

Books

  1. D. Crockford, JavaScript The Good Parts. Yahoo Press; 1 edition (May 2008). This small but definitive (and very popular) book analyzes the language and breaks out the subset of features that programmers can most safely use in their web pages. It also recommends avoiding another subset of features and explains their risks. Finally, the author has provided a popular lint-like validator which people can use to determine whether their use of Javascript meets the recommendations.