Conditional Statements

Am I 7?

Am I 7?

This exercise was interesting. When I added the second form (button and text box) and VBscript doing a document.write method instead of an alert. Then both forms would only do the document.write (I could not get an alert window when doing the first form) which I figured out was because I need to give my function a different name in the second form. The second function with the same name overwrites the first function. Kinda like when we were doing last weeks renaming variables?