Skip to content

Instantly share code, notes, and snippets.

@shioju
Created April 9, 2018 15:09
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 shioju/16bac6a5f8582c0d9bc3e291f50a6cba to your computer and use it in GitHub Desktop.
Save shioju/16bac6a5f8582c0d9bc3e291f50a6cba to your computer and use it in GitHub Desktop.
makethisbig.js
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