Created
November 6, 2018 18:29
-
-
Save dsibinski/35a7702884c752f5de1f4dbb4d8ff1d7 to your computer and use it in GitHub Desktop.
This file contains 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
if(x || x === 0){ | |
console.log('x is defined!'); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment