Skip to content

Instantly share code, notes, and snippets.

@potato4d
Last active February 12, 2017 17:44
Show Gist options
  • Save potato4d/9071379c2e5ff0b60a2bd69facbfcb13 to your computer and use it in GitHub Desktop.
Save potato4d/9071379c2e5ff0b60a2bd69facbfcb13 to your computer and use it in GitHub Desktop.
なんかTLではやってたので
Array(20).fill(0).map((_,i)=>i?((!(i%3)?"Fizz":'')+(!(i%5)?"Buzz":''))||i:0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment