Skip to content

Instantly share code, notes, and snippets.

@popey456963
Created December 10, 2020 23:20
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 popey456963/b0cda057b9c202274c7de0a8c8514c5a to your computer and use it in GitHub Desktop.
Save popey456963/b0cda057b9c202274c7de0a8c8514c5a to your computer and use it in GitHub Desktop.
// schrodingers value
true == []; // -> false
true == ![]; // -> false
// reading between the lines
(![] + [])[+[]] +
(![] + [])[+!+[]] +
([![]] + [][[]])[+!+[] + [+[]]] +
(![] + [])[!+[] + !+[]];
// -> 'fail'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment