Skip to content

Instantly share code, notes, and snippets.

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