Skip to content

Instantly share code, notes, and snippets.

@d4c5d1e0
Created October 28, 2022 19:23
Show Gist options
  • Save d4c5d1e0/be0c44d4f721719f14c465f3159ffd7c to your computer and use it in GitHub Desktop.
Save d4c5d1e0/be0c44d4f721719f14c465f3159ffd7c to your computer and use it in GitHub Desktop.
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