Skip to content

Instantly share code, notes, and snippets.

@areeng
Created June 15, 2023 12:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save areeng/8fc1d1a28603ff34bda645843823cca7 to your computer and use it in GitHub Desktop.
Save areeng/8fc1d1a28603ff34bda645843823cca7 to your computer and use it in GitHub Desktop.
let a = false;
!a;
//true
let a = true;
!a;
//false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment