Skip to content

Instantly share code, notes, and snippets.

@andrewhowdencom
Last active August 24, 2016 06:07
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save andrewhowdencom/ae16597dc6a4099708ab757b96dea512 to your computer and use it in GitHub Desktop.
Playing with template strings
var template = `This is a lovely notion, but I\'m not sure if ${whoever} will go for it`;
var whoever = 'you';
console.log(template);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment