Skip to content

Instantly share code, notes, and snippets.

@xdumaine
Last active August 29, 2015 13:57
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 xdumaine/9900563 to your computer and use it in GitHub Desktop.
Save xdumaine/9900563 to your computer and use it in GitHub Desktop.
for(i=1;i<101;i++){r=i%3?'':'fizz';r+=i%5?'':'buzz';!r||console.log(r)}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment