JavaScript for loop
JavaScript for loop
<html>
<head>
<title>Java Script for loop</title>
</head>
<body>
<script>
var i;
for(i=1; i<=10; i++){
document.write(i+"<br>") ;
}
</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