Skip to content

Instantly share code, notes, and snippets.

@JestVA
Last active April 26, 2021 15:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JestVA/6d5cf1fd5f2c8f89002c0c670fdc18c6 to your computer and use it in GitHub Desktop.
Save JestVA/6d5cf1fd5f2c8f89002c0c670fdc18c6 to your computer and use it in GitHub Desktop.
// "The greatest invention of
// manking is the concept
// of variable" - 🗝 Alonzo Church
const showJoy = expressJoy => joy =>
expressJoy(joy.toUpperCase() + '!!!')
const functionalJoy = showJoy((message =>
console.log(message)))
functionalJoy('This was long overdue!')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment