Skip to content

Instantly share code, notes, and snippets.

@pbzona
Created September 2, 2017 23:23
Show Gist options
  • Save pbzona/121bbea142ba7e312503798143788c49 to your computer and use it in GitHub Desktop.
Save pbzona/121bbea142ba7e312503798143788c49 to your computer and use it in GitHub Desktop.
Template literal example 1
var name = 'Phil';
console.log(`My name is ${name}`);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment