Skip to content

Instantly share code, notes, and snippets.

@smeevil
Created March 1, 2015 10:45
Show Gist options
  • Save smeevil/fd4bd4574cc1759e6c80 to your computer and use it in GitHub Desktop.
Save smeevil/fd4bd4574cc1759e6c80 to your computer and use it in GitHub Desktop.
str="You shall not not pass"
if str == "Somehow it does" || "But why is that?"
console.log "I passed with no problems ??"
str="You shall not not pass"
if str == ("I cannot pass anymore" || "Me either")
console.log "This indeed never happens"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment