Created
November 6, 2018 18:12
-
-
Save dsibinski/78f259ce6528f4bcbe4574f12ac6417b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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