JavaScript while loop
JavaScript while loop
<html>
<head>
<title>Java Script while loop</title>
</head>
<body>
<script>
var i=1;
while(i<=10){
document.write(i+"<br>") ;
i++;
}
</script>
</body>
</html>
PHP Interview Questions and Answers PHP(Hypertext Preprocessor) most commonly asked Interview questions and answers are explain in sim...
Created By Infotech Solution
Post A Comment
No comments :
Thanks For visiting Infotech Solutuion Blog