Skip to content

Instantly share code, notes, and snippets.

@MisaOgura
Last active August 15, 2017 18:03
Show Gist options
  • Save MisaOgura/2de0c27ffb5a54478fe07273b8201d7c to your computer and use it in GitHub Desktop.
Save MisaOgura/2de0c27ffb5a54478fe07273b8201d7c to your computer and use it in GitHub Desktop.
function sayHello() {
console.log('Hello!')
}
sayHello()
// Hello!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment