Skip to content

Instantly share code, notes, and snippets.

@indreklasn
Last active January 16, 2020 15:08
Show Gist options
  • Save indreklasn/db5fcd3cc2c6684b9d9b6126299ce528 to your computer and use it in GitHub Desktop.
Save indreklasn/db5fcd3cc2c6684b9d9b6126299ce528 to your computer and use it in GitHub Desktop.
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