Recreate this page. Remember the Events you learned in the first lesson. Use parameters to pass data from your links to your functions.
Confirm
Make this page using confirm() boxes and IF/ELSE statements, and "document.write()". Use "javascript:document.location.reload()" to make the "Start Over" link.
Prompt
Use prompt() boxes, document properties, and "document.write()" to make this page. Make sure to click the "Cancel" button and such to see all of the effects.
Always look at the source code if you get hung up. Just right click on a blank space on the page in question and select "View Source" from the pop up menu. Cheating is allowed.