Skip to content

Instantly share code, notes, and snippets.

@ykhs
Created December 10, 2013 09:28
Show Gist options
  • Save ykhs/7887969 to your computer and use it in GitHub Desktop.
Save ykhs/7887969 to your computer and use it in GitHub Desktop.
Array.apply(null,Array(100)).map(function(i,j){++j;i='';!(j%3)&&(i='fizz');!(j%5)&&(i+='buzz');console.log(i||j)})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment