Skip to content

Instantly share code, notes, and snippets.

@igeligel
Created July 16, 2019 16:22
Show Gist options
  • Save igeligel/699f2c7932b89baae8494ad41dfaeabd to your computer and use it in GitHub Desktop.
Save igeligel/699f2c7932b89baae8494ad41dfaeabd to your computer and use it in GitHub Desktop.
const a = true;
const b = true;
const result = a && b;
console.log(result);
// Will log true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment