Skip to content

Instantly share code, notes, and snippets.

@wcalderipe
Last active August 29, 2017 01:57
Show Gist options
  • Save wcalderipe/43457f0ec6b569a0dc636f1e1bd99ca6 to your computer and use it in GitHub Desktop.
Save wcalderipe/43457f0ec6b569a0dc636f1e1bd99ca6 to your computer and use it in GitHub Desktop.
const addOne = (value) => value + 1
addOne(addOne(1)) // 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment