logo
Ryan's Webpage
 

Back Racer

Back Racer


<html>
<head>
<title>Back Racer</title>
<script>
// by Ryan Te
// 10/10/07
// Back Racer
// demonstrates counting backwards through a for loop

var i = 0;

for (i = 10; i > 0; i--){
alert(i);
} // end for loop
</script>
</head>

<body>
<center><center>
<h1>Back Racer<br></h1>
</center>
<hr>
</body>
</html>

 

 

Contact Me

 

Mr. Styner's Webpage

 

Peter

Julie

Nick

Tiddus

Norman