Skip to content

Instantly share code, notes, and snippets.

@wesdeveloper
Last active October 24, 2018 12:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wesdeveloper/93cde33b81651eae4b3814160dd242d5 to your computer and use it in GitHub Desktop.
Save wesdeveloper/93cde33b81651eae4b3814160dd242d5 to your computer and use it in GitHub Desktop.
function showPhrase() {
var phrase = 'JavaScript é sensacional!';
console.log(phrase);
}
showPhrase(); // JavaScript é sensacional!
console.log(phrase); // phrase is not defined
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment