Skip to content

Instantly share code, notes, and snippets.

@smetlov
Created December 1, 2016 09:04
Show Gist options
  • Save smetlov/03cb0e81cc0be5684569c2e8b05abada to your computer and use it in GitHub Desktop.
Save smetlov/03cb0e81cc0be5684569c2e8b05abada to your computer and use it in GitHub Desktop.
true & null // Null
false & null // False
true | null // True
false | null // Null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment