JavaScript: The Definitive Guide, 3rd Edition By David Flanagan The following changes were made in the 6/00 reprint: [xiv] 2nd paragraph, last sentence Removed the end of the last sentence, which read: "...through his web site at http://www.mpg-ana.uni-potsdam.de/local/js/." {35} 1st paragraph under 3.1.1 Integer Literals: Changed the end of the first sentence from: "... that do not begin with the digit zero, or as the digit zero by itself." to: "... that do not begin with the digit zero, except that the digit zero by itself is a Base-10 integer that represents zero." {94} 1st code block: Added a colon to the end of the third line, so that it reads: case "hello": {170} 2nd to last paragraph: Changed the last sentence from: For example, use $ instead of \44. to: For example, use \044 instead of \44. {244} Code: Line 3 from bottom: Changed the line from: