Skip to content

Instantly share code, notes, and snippets.

@indreklasn
Last active January 16, 2020 11:03
Show Gist options
  • Save indreklasn/7d3ce991d3d49a6ee3985b95995719db to your computer and use it in GitHub Desktop.
Save indreklasn/7d3ce991d3d49a6ee3985b95995719db to your computer and use it in GitHub Desktop.
const person = {
id: "4xerfdf4",
hasPermit: true,
}
if (person.id || person.hasPermit) {
console.log("You're allowed to pass!")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment