Created
January 16, 2020 11:05
-
-
Save indreklasn/ebf663f55d7a720a72aac08b52d056d5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const person = { | |
id: "4xerfdf4", | |
} | |
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