Skip to content

Instantly share code, notes, and snippets.

@majgis
Last active December 6, 2016 05:07
Show Gist options
  • Save majgis/90290f26272964fe1771cd092ced3ec7 to your computer and use it in GitHub Desktop.
Save majgis/90290f26272964fe1771cd092ced3ec7 to your computer and use it in GitHub Desktop.
const storedTemplate = (a,b,c) => `a:${a}, b:${b}, c:${c}`
storedTemplate(1,2,3)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment