Skip to content

Instantly share code, notes, and snippets.

@MisaOgura
Last active August 15, 2017 18:02
Show Gist options
  • Save MisaOgura/47b38fdb29c105813854da285f198a69 to your computer and use it in GitHub Desktop.
Save MisaOgura/47b38fdb29c105813854da285f198a69 to your computer and use it in GitHub Desktop.
console.log('x is', x)
var x
console.log('x is', x)
x = 5
console.log('x is', x)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment