We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The idea is
'M' == []["fill"]["constructor"]("return btoa(0)")()[0] 'Q' == []["fill"]["constructor"]("return btoa(1)")()[1] 'Z' == []["fill"]["constructor"]("return btoa(false)")()[0] '|' == []["fill"]["constructor"]("return atob(1018)")()[2] '~' == []["fill"]["constructor"]("return atob(134)")()[1]
The text was updated successfully, but these errors were encountered:
Thanks! But btoa/atob are not available on NodeJS. So I don't think it can be accepted.
Sorry, something went wrong.
Also, it is better to encode like this:
'M' == []["fill"]["constructor"]("return btoa")()(0)[0]
btoa/atob call outside of the function constructor
btoa
atob
I have this implemented: https://github.com/hazzik/jsfuck/blob/atob-btoa/output.txt so, it's under 2500 characters actually (and most of characters are below 1800)
No branches or pull requests
The idea is
The text was updated successfully, but these errors were encountered: