Skip to content

Instantly share code, notes, and snippets.

@Jahans3
Created August 2, 2017 19:52
Show Gist options
  • Save Jahans3/5fda9fd93cd0f69240e617621e909e2e to your computer and use it in GitHub Desktop.
Save Jahans3/5fda9fd93cd0f69240e617621e909e2e to your computer and use it in GitHub Desktop.
const f = x => x * 2
const g = x => x + 10
g(f(10)) // 30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment