Last active
May 10, 2018 05:39
-
-
Save ryu1-1uyr/b1204e7a008a11e0762eefb0faf8e542 to your computer and use it in GitHub Desktop.
yammerにさらすよう。ちょっとだけ読みやすくしてる。でもまだださい。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let [F,B,i,p] = ["Fizz","Buzz",(-~[]),console.log]; | |
for(;i<=((-~[]+[])+(![]-[])+(![]-[]))-[];i++){ | |
i%3==0?i%5==0?p(F+B):p(F):i%5==0?p(B):p(i) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
[]-[] と -[] って同じじゃないかな? (-1 - 0) , (-1)