Created
October 16, 2011 21:54
-
-
Save aaronpowell/1291477 to your computer and use it in GitHub Desktop.
Q13 - Why is that right?
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
| if(a == !a) { | |
| console.log('a is equal to its inequality!'); | |
| } else { | |
| console.log('a isn\'t equal to its inequality'); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment