Created
December 10, 2020 23:20
-
-
Save popey456963/b0cda057b9c202274c7de0a8c8514c5a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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