Skip to content

Instantly share code, notes, and snippets.

@pfftdammitchris
Created September 8, 2019 18:37
Show Gist options
  • Save pfftdammitchris/3d47d92cd86eed034ccf69ad2216021d to your computer and use it in GitHub Desktop.
Save pfftdammitchris/3d47d92cd86eed034ccf69ad2216021d to your computer and use it in GitHub Desktop.
const result = combineWords('hello,')('good')('morning')
console.log(result)
// result: 'hello, good morning'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment