Skip to content

Instantly share code, notes, and snippets.

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