Last active
August 29, 2017 01:57
-
-
Save wcalderipe/43457f0ec6b569a0dc636f1e1bd99ca6 to your computer and use it in GitHub Desktop.
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
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