Last active
November 28, 2017 02:06
-
-
Save ileathan/de0f6a086cd30b14d9c881abde2605c8 to your computer and use it in GitHub Desktop.
This file contains 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
add=(_=>n=>_+=n)(0) | |
add(5) // => 5 | |
add(10) // => 15 | |
add(7) // -> 22 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment