Assignment 2

Create a Javascript that counts to 100. It should print out all the numbers in an html table. Use a function, tableify() to write the table html around the numbers as they come out of the count loop. Also, alert us every 25 numbers as the count is going.

This should keep you busy!

bonus: instead of alerting us every 25 numbers pop up a box and make click ok to continue. If we cancel stop the count. HINT - Use labels for break statements (Kent p118).

bonus bonus: Be creative - go above and beyond!!!

My Example: