Skip to content

Instantly share code, notes, and snippets.

@lonekorean
Last active January 2, 2016 08:49
Show Gist options
  • Select an option

  • Save lonekorean/8278646 to your computer and use it in GitHub Desktop.

Select an option

Save lonekorean/8278646 to your computer and use it in GitHub Desktop.
Or with falsey and truthy values
if (41 === 'potato' || window.File) {
console.log('reality is melting and the number 41 is now a potato, or your browser supports the File API');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment