aemkei / jsfuck

Write any JavaScript with 6 Characters: []()!+
jsfuck.com
Do What The F*ck You Want To Public License
8.07k stars 671 forks source link

Uppercase characters #134

Closed shibby360 closed 5 months ago

shibby360 commented 5 months ago

.toUpperCase can be used for other uppercase letters

H : (+(101))["to"+String["name"]](21)[1]["toUpperCase"]()

J : ([]["entries"]()+"")[3]["toUpperCase"]()

K : (+(20))["to"+String["name"]](21)["toUpperCase"]()

L : (false+"")[2]["toUpperCase"]()

... and so forth

hazzik commented 5 months ago

Yes, true. And this is how it was a long time ago, however this will at least double the current lengths for the characters. image

PS: you're missing the () brackets at the end.

shibby360 commented 5 months ago

Oh ok I didn't realize