Skip to content

Instantly share code, notes, and snippets.

@dsibinski
Created November 6, 2018 18:12
Show Gist options
  • Save dsibinski/78f259ce6528f4bcbe4574f12ac6417b to your computer and use it in GitHub Desktop.
Save dsibinski/78f259ce6528f4bcbe4574f12ac6417b to your computer and use it in GitHub Desktop.
var x; // x is 'undefined'
if(x){
// this is NOT executed
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment