<html>
<head>
<title>While Loop</title>
</head>
<body>
<script language="javascript">
var i=0;
while(i<5)
{
document.write("Hello World <br>");
i++;
}
</script>
</body>
</html>
OUTPUT
Hello World
Hello World
Hello World
Hello World
Hello World
Here you can find a number of examples on Java Script.Please find the various kinds of examples listed on the right side of this site. If you don't find anything on Java Script then please write to us or leave a commnet. We are pleased to help and find the solution of your problem.
Showing posts with label while loop. Show all posts
Showing posts with label while loop. Show all posts
Subscribe to:
Posts (Atom)