Skip to content

Instantly share code, notes, and snippets.

@fataelislami
Created March 29, 2017 13:43
Show Gist options
  • Save fataelislami/70e7b2a6b47a35767338f8ed45a9f404 to your computer and use it in GitHub Desktop.
Save fataelislami/70e7b2a6b47a35767338f8ed45a9f404 to your computer and use it in GitHub Desktop.
<html>
<head></head>
<body>
<script>
var i=0;
while(i<=10){
document.write("This is Loop with 10 Times </br>");
}
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment