Skip to content

Instantly share code, notes, and snippets.

@wesdeveloper
Created October 22, 2018 15:28
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/0e1c9a92c7423a858fe833418dc07f85 to your computer and use it in GitHub Desktop.
Save wesdeveloper/0e1c9a92c7423a858fe833418dc07f85 to your computer and use it in GitHub Desktop.
function showPhrase() {
phrase = 'JavaScript é sensacional!';
console.log(phrase);
}
showPhrase(); // JavaScript é sensacional!
console.log(phrase); // JavaScript é sensacional!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment