Created
January 16, 2020 10:54
-
-
Save indreklasn/51997378e34d0703010c3b6f7b2a83c0 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) { | |
if (hasSurname) { | |
if (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