Skip to content

Instantly share code, notes, and snippets.

@daGrevis
Created May 9, 2012 14:30
Show Gist options
  • Select an option

  • Save daGrevis/2644906 to your computer and use it in GitHub Desktop.

Select an option

Save daGrevis/2644906 to your computer and use it in GitHub Desktop.
Creative programmer
for (var i = 10; i > 0; --i) {
console.log('Hello, world!');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment