Last active
January 16, 2020 15:07
-
-
Save indreklasn/f2d39032ce68f8da3e769a1f50b3fb3d 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
if (hasName && hasSurname && favouriteDrink === "water") { | |
console.log(hasName, hasSurname, favouriteDrink) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment