Skip to content

Instantly share code, notes, and snippets.

@JeromeFranco
Created May 5, 2019 13:35
Show Gist options
  • Save JeromeFranco/59e161a302677c5e029dc41c06d99e53 to your computer and use it in GitHub Desktop.
Save JeromeFranco/59e161a302677c5e029dc41c06d99e53 to your computer and use it in GitHub Desktop.
showMessage();
console.log(name);
function showMessage() {
console.log('Hello world');
}
var name = 'John Doe';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment