Skip to content

Instantly share code, notes, and snippets.

@fataelislami
Created March 29, 2017 13:20
Show Gist options
  • Save fataelislami/07cbc16d208ad645046f1f43cc350b5d to your computer and use it in GitHub Desktop.
Save fataelislami/07cbc16d208ad645046f1f43cc350b5d to your computer and use it in GitHub Desktop.
<html>
<head></head>
<body>
<script>
for(var i=1;i<=10;i++){
document.write("this is number = "+i,"</br>");
}
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment