Errata

Here are some problems I have found in Codin', and if you find others, please let me know so I can add them to this list.

Page 20/21

The variable $highScores is twice incorrectly written as $highScore. Also, adding another score to the array is incorrectly shown on page 21 as $highScores[242]; the correct syntax is $highScores[]=242;

Page 24

For both calling and writing a function, the placecholder function example that shows the functions structure incorrectly shows a $ at the start of the function name. The correct format is function functionName($arg1, $arg2 , etc.. The function example at the bottom of page 24 illustrates the syntax correctly.

Page 45

The third red callout label on the figure should read "Problem: Last Name field is empty."

Pages 154, 155, 169

All these pages make reference to the ifelse structure. This should read elseif.

Page 186 and 189

In the diagram on these page, within the Lost Password box, an arrowed line should extend from the Enter Email box to the Valid Format? box.