Skip to content

Instantly share code, notes, and snippets.

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