Skip to content

Instantly share code, notes, and snippets.

@manaten
Last active December 16, 2015 05:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save manaten/5386417 to your computer and use it in GitHub Desktop.
Save manaten/5386417 to your computer and use it in GitHub Desktop.
FizzBuzz
for(i=21;--i;)console.log(i%3?i:"Fizz",i%5?i:"Buzz")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment