Skip to content

Instantly share code, notes, and snippets.

@tclain
Last active May 7, 2019 17:16
Show Gist options
  • Save tclain/1ad4f82c84a7d1d78fb924da2ec7fdea to your computer and use it in GitHub Desktop.
Save tclain/1ad4f82c84a7d1d78fb924da2ec7fdea to your computer and use it in GitHub Desktop.
samples-tagged-templates
const greet = (name) => `hello ${name}`
greet('timothee') // hello timothee
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment