WILEY

KNOWLEDGE FOR GENERATIONS

WILEY - KNOWLEDGE FOR GENERATIONS

United States Change Location

cart.gif CART |  MY ACCOUNT |  CONTACT US |  HELP    
Wiley.com
JavaScript Bible, 6th Edition (0470069163) cover image
JavaScript Bible, 6th Edition
ISBN: 978-0-470-06916-5
Paperback
1200 pages
April 2007
This title is out-of-print and not currently available for purchase from this site.

  • Description
  • Table of Contents
  • Author Information
  • New To This Edition
  • Reviews
  • Errata

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
Share This    Printer-ready version    Get technical support for this product