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.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.

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

Version Location Description Submitted by Date submitted
Printed Page 10
3/4 down the page

The identity and equality operators: == != === !==

This is the only point in the book where these are mentioned. The behavior of these operators is complex: even a pocket reference
should devote a paragraph to their operation. In particular, the latter two operators are not part of early versions of JavaScript
; and the former two operators apparently, in Netscape Navigator with the language set to "JavaScript1.2", behave like the second p
air of operators do.

Anonymous   
Printed Page 15
2nd item

The 'switch' statement is only mentioned in the book at this point. There should be
an indication that 'switch' is not implemented for at least one early JavaScript:
Netscape 3's (and presumably early versions).

Anonymous   
Printed Page 37
midpage

'plugins[]' is not a property of 'document', as shown here; it is a property of 'navigator'

Anonymous