<html> <head> <title>Back Racer</title> <script> var i = 0; for (i = 10; i > 0; i--){ alert(i); } </script> </head> <body> </body> </html>