Skip to content

Instantly share code, notes, and snippets.

@indreklasn
Created January 16, 2020 11:03
Show Gist options
  • Save indreklasn/49f414e7fb06beada77155560bd31746 to your computer and use it in GitHub Desktop.
Save indreklasn/49f414e7fb06beada77155560bd31746 to your computer and use it in GitHub Desktop.
const person = {
id: "4xerfdf4",
hasPermit: true,
}
if (person.id || 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