Skip to content

Instantly share code, notes, and snippets.

@keeganwatkins
Created May 19, 2015 15:43
Show Gist options
  • Save keeganwatkins/07d7d62cd478f45a6db5 to your computer and use it in GitHub Desktop.
Save keeganwatkins/07d7d62cd478f45a6db5 to your computer and use it in GitHub Desktop.
Coffeescript semantics
window.localStorage is not null # window.localStorage === !null
window.localStorage isnt null # window.localStorage !== null
@keeganwatkins
Copy link
Author

I get the difference between how operators are applied, but the first reads naturally yet will never be useful in practice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment