logo
Ryan's Webpage
 

Racer

Racer


<html>
<head>
<title>Racer</title>
<script>
// by Ryan Te
// 10/10/07
// Racer
// Demonstates the basic for loop

var lap = 0;
for (lap = 1; lap <= 10; lap++){
alert("Now on lap: " + lap);
} // end for loop

</script>
</head>

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

 

 

Contact Me

 

Mr. Styner's Webpage

 

Peter

Julie

Nick

Tiddus

Norman