Errata

JavaScript Pocket Reference

Errata for JavaScript Pocket Reference

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released. If the error was corrected in a later version or reprint the date of the correction will be displayed in the column titled "Date Corrected".

The following errata were submitted by our customers and approved as valid errors by the author or editor.

Color key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted By Date submitted Date corrected
Printed
Page 4
1st sentence in Data Types section

"object and arrays."

NOW READS:
"objects and arrays."

Anonymous    Mar 01, 2004
Printed
Page 57
sort(orderfunc) description last sentence

"greater that 0"

NOW READS:
"greater than 0"

Anonymous    Mar 01, 2004
Printed
Page 62
IN PRINT: First paragraph, last sentence

"...of each of the various date fields..."

NOW READS:
"...for most of the various date fields..."

Anonymous    Mar 01, 2004
Printed
Page 62
IN PRINT: get[UTC]Milliseconds()

The following HAS BEEN ADDED, after the first sentence:
"Return values are between 0 and 999."

Anonymous    Mar 01, 2004
Printed
Page 65
IN PRINT: Date Static Functions section, 1st sentence

"previously listed instance method"

NOW READS:
"previously listed instance methods"

Anonymous    Mar 01, 2004
Printed
Page 107
3rd to last line

Number.MIN_VALUE is the smallest representable number

NOW READS:
Number.MIN_VALUE is the smallest representable positive number

Anonymous    Mar 01, 2004