| Page | Location | Edit |
| 51 | First paragraph, fourth sentence after "Defining Functions" | Delete the words "like all JavaScript code" |
| 54 | Tip | Delete |
| 70 | First paragraph, last sentence | Replace with "Within a function, variables declared without the var keyword are global variables; variables declared with the var keyword are local variables." |
| 88 | Fourth sentence after "Links" | Change "red is the default color of previously visited links" to "purple is ..." |
| 89 | Fifth paragraph and subsequent code sample | Delete [Rationale: The presence of the leading / makes the address an absolute address, where the / refers to the root directory] |
| 90 | First sentence in "Link Events" section | Change "The primary event used with links is the click event" to "One event used with links is the click event." [Rationale: The mouseOver and mouseOut events are more commonly used than the click event in JavaScript code for links] |
Last Modified: January 27, 2002. Comments to William Pegram, wpegram@nvcc.edu