-
-
Save d4c5d1e0/be0c44d4f721719f14c465f3159ffd7c 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
t = function () { | |
try { | |
return Array(-1), 0 | |
} catch (t) { | |
return (t.message || []).length + Function.toString().length | |
} | |
}(); | |
// Possible results: | |
// 57 | |
// 61 | |
// 91 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment