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