Skip to content

Instantly share code, notes, and snippets.

@ptasker
Created November 23, 2017 18:48
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 ptasker/d0e53f47438637c019fac39d87258bbb to your computer and use it in GitHub Desktop.
Save ptasker/d0e53f47438637c019fac39d87258bbb to your computer and use it in GitHub Desktop.
Invoke function with backticks
const myfunc = () {
console.log('WAT');
}
myfunc``
// WAT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment