Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save MisaOgura/ba5ca715dd5f7df3747519a39a1a2d02 to your computer and use it in GitHub Desktop.
Save MisaOgura/ba5ca715dd5f7df3747519a39a1a2d02 to your computer and use it in GitHub Desktop.
console.log(x)
var x = 10
console.log(x)
// undefined
// 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment