Skip to content

Instantly share code, notes, and snippets.

@ryanckulp
Created August 29, 2021 08:27
Show Gist options
  • Save ryanckulp/1ed752b246e9bb4d67926fb7092e85f0 to your computer and use it in GitHub Desktop.
Save ryanckulp/1ed752b246e9bb4d67926fb7092e85f0 to your computer and use it in GitHub Desktop.
A && B # “and” => returns ‘true’ if A and B are both true
A || B # “or” => returns true if either A or B are true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment