Skip to content

Instantly share code, notes, and snippets.

@jsmanifest
Created March 13, 2020 05:46
Show Gist options
  • Save jsmanifest/0a524335c7573685572d3dac66752007 to your computer and use it in GitHub Desktop.
Save jsmanifest/0a524335c7573685572d3dac66752007 to your computer and use it in GitHub Desktop.
const f = console.log
const g = (str) => `Hello, ${str}`
const sayWord = (x) => f(g(x))
sayWord('bryan') // "Hello, bryan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment