Skip to content

Instantly share code, notes, and snippets.

@Jahans3
Created August 2, 2017 20:59
Show Gist options
  • Save Jahans3/1a63d39adff3dd57f08a8cbf6c98a49a to your computer and use it in GitHub Desktop.
Save Jahans3/1a63d39adff3dd57f08a8cbf6c98a49a to your computer and use it in GitHub Desktop.
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