Skip to content

Instantly share code, notes, and snippets.

@sylvainpolletvillard
Created September 8, 2016 22:02
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 sylvainpolletvillard/9f27c8f0b5d1cbf662022a3625f3aa28 to your computer and use it in GitHub Desktop.
Save sylvainpolletvillard/9f27c8f0b5d1cbf662022a3625f3aa28 to your computer and use it in GitHub Desktop.
currently thinking of the most obscure way to declare factorial function in JS
f=_=>!_||_*f(~-_)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment