Skip to content

Instantly share code, notes, and snippets.

@usualoma
Created February 16, 2010 06:04
Show Gist options
  • Save usualoma/305325 to your computer and use it in GitHub Desktop.
Save usualoma/305325 to your computer and use it in GitHub Desktop.
for (var i = 10; i > 0; i--) {
alert(i);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment