Skip to content

Instantly share code, notes, and snippets.

@indreklasn
Created January 16, 2020 10:54
Show Gist options
  • Save indreklasn/51997378e34d0703010c3b6f7b2a83c0 to your computer and use it in GitHub Desktop.
Save indreklasn/51997378e34d0703010c3b6f7b2a83c0 to your computer and use it in GitHub Desktop.
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