Skip to content

Instantly share code, notes, and snippets.

@PaulRosset
Created June 29, 2022 13:29
Show Gist options
  • Save PaulRosset/449db65eda5e70983b00871eba22edc9 to your computer and use it in GitHub Desktop.
Save PaulRosset/449db65eda5e70983b00871eba22edc9 to your computer and use it in GitHub Desktop.
Javascript AND operator
console.warn(true && "1") // "1"
console.warn(false && "1") // false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment