Skip to content

Instantly share code, notes, and snippets.

@geta6
Created October 1, 2012 04:21
Show Gist options
  • Save geta6/3809452 to your computer and use it in GitHub Desktop.
Save geta6/3809452 to your computer and use it in GitHub Desktop.
FizzBuzz
for(i=0;i++<100;)console.log(i%15?i%5?i%3?i:'Fizz':'Buzz':'FizzBuzz')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment