Skip to content

Instantly share code, notes, and snippets.

@victorbstan
Created August 6, 2010 02:00
Show Gist options
  • Save victorbstan/510723 to your computer and use it in GitHub Desktop.
Save victorbstan/510723 to your computer and use it in GitHub Desktop.
<script type="text/javascript" charset="utf-8">
var yourlimit = x;
for(good=0; good<=yourlimit; good++) {
document.write(yourlimit-good);
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment