Skip to content

Instantly share code, notes, and snippets.

@hackintoshrao
Created September 22, 2021 06:04
Show Gist options
  • Save hackintoshrao/3e2210f113e486e96f1ecb8677df2fec to your computer and use it in GitHub Desktop.
Save hackintoshrao/3e2210f113e486e96f1ecb8677df2fec to your computer and use it in GitHub Desktop.
true == []; // -> false
true == ![]; // -> false
false == []; // -> true
false == ![]; // -> true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment