Created
April 9, 2018 15:09
-
-
Save shioju/16bac6a5f8582c0d9bc3e291f50a6cba to your computer and use it in GitHub Desktop.
makethisbig.js
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
const takeFunctions = (strings, func) => { | |
return func(strings); | |
} | |
takeFunctions`make this big${(strings) => strings.join("").toUpperCase()}` | |
// "MAKE THIS BIG" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment