Skip to content

Instantly share code, notes, and snippets.

@aaronpowell
Created October 16, 2011 21:54
Show Gist options
  • Select an option

  • Save aaronpowell/1291477 to your computer and use it in GitHub Desktop.

Select an option

Save aaronpowell/1291477 to your computer and use it in GitHub Desktop.
Q13 - Why is that right?
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