Skip to content

Instantly share code, notes, and snippets.

@makoscafee
Last active January 7, 2019 11:58
Show Gist options
  • Save makoscafee/b51b92c6696437cb733c368dc635d4e5 to your computer and use it in GitHub Desktop.
Save makoscafee/b51b92c6696437cb733c368dc635d4e5 to your computer and use it in GitHub Desktop.
console.log(`your name is: ${name}`); // ReferenceError: name is not defined
const name = 'Jack Chen';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment