Created
July 17, 2018 23:14
-
-
Save monokrome/af52399e408926ccea4345c9f9a493f7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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