Created
May 5, 2019 13:35
-
-
Save JeromeFranco/59e161a302677c5e029dc41c06d99e53 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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