Created
August 2, 2017 20:59
-
-
Save Jahans3/1a63d39adff3dd57f08a8cbf6c98a49a 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 f = x => x * 2 | |
const g = x => x + 10 | |
g(f(f(10))) // 50 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment