Saturday, June 18, 2022

for loop in Javascript

 <html>
<head>
<title> JS </title>
</head>
<body>
<script>
var count=5;
for (var i=0; i<=count; i++)
{
document.write("lavkushji technical<br>");
}
</script>
</body>
</html>

 


 

 

 

No comments:

Post a Comment

MCQ QUESTIONS

Loading…