Skip to content

Instantly share code, notes, and snippets.

@monokrome
Created July 17, 2018 23:14
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 monokrome/af52399e408926ccea4345c9f9a493f7 to your computer and use it in GitHub Desktop.
Save monokrome/af52399e408926ccea4345c9f9a493f7 to your computer and use it in GitHub Desktop.
(function __FORGOTTHENAME__(a, b) {
return () => {
a(...args) // Create a side effect
return b(...args) // Return result of calling b
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment