JavaScript Pocket Reference, 2nd Edition by David Flanagan The following errata were corrected in the 3/04 reprint: Here's a key to the markup: [page-number]: serious technical mistake {page-number}: minor technical mistake : important language/formatting problem (page-number): language change or minor formatting problem (4) 1st sentence in Data Types section; "object and arrays." NOW READS: "objects and arrays." (57) sort(orderfunc) description last sentence; "greater that 0" NOW READS: "greater than 0" (62) IN PRINT: First paragraph, last sentence; "...of each of the various date fields..." NOW READS: "...for most of the various date fields..." (62) IN PRINT: get[UTC]Milliseconds() The following HAS BEEN ADDED, after the first sentence: "Return values are between 0 and 999." (65) IN PRINT: Date Static Functions section, 1st sentence; "previously listed instance method" NOW READS: "previously listed instance methods" {107} 3rd to last line; Number.MIN_VALUE is the smallest representable number NOW READS: Number.MIN_VALUE is the smallest representable positive number