Skip to content

Instantly share code, notes, and snippets.

@Aither99
Created October 25, 2017 09:13
Show Gist options
  • Save Aither99/461d9693fb2a6ba3cc58a2e1fb316bed to your computer and use it in GitHub Desktop.
Save Aither99/461d9693fb2a6ba3cc58a2e1fb316bed to your computer and use it in GitHub Desktop.
// global scope
var theFu; // theFu has been declared, but its value is undefined
typeof theFu; // "undefined"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment