Wiley
Wiley.com
Get technical support for this product Print this page Share

JavaScript Bible, 6th Edition

ISBN: 978-0-470-06916-5
Paperback
1200 pages
April 2007
JavaScript Bible, 6th Edition (0470069163) cover image
This title is out-of-print and not currently available for purchase from this site.

Do you think you've discovered an error in this book? Please check the list of errata below to see if we've already addressed the error. If not, please submit the error via our Errata Form. We will attempt to verify your error; if you're right, we will post a correction below.

ChapterPageDetailsDatePrint Run
905 Error in Parameter
sting.substring(indexA, indexB)

should be:
string.substring(indexA[, indexB])

with "string", "indexA" and "indexB" in italics, as currently printed.
08/23/07
1041 Error in Code
in the 'else' of the function attack()
the comment said '... and return false ....'
but the code said 'return true;'

the last code grouping on the page, line 8
should read:

return false;
08/23/07