Created
May 19, 2015 15:43
-
-
Save keeganwatkins/07d7d62cd478f45a6db5 to your computer and use it in GitHub Desktop.
Coffeescript semantics
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
window.localStorage is not null # window.localStorage === !null | |
window.localStorage isnt null # window.localStorage !== null |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I get the difference between how operators are applied, but the first reads naturally yet will never be useful in practice.