Skip to content

Instantly share code, notes, and snippets.

@sylvainpolletvillard
Created September 8, 2016 22:02
Show Gist options
  • Select an option

  • Save sylvainpolletvillard/9f27c8f0b5d1cbf662022a3625f3aa28 to your computer and use it in GitHub Desktop.

Select an option

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