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

Optimize v #132

Closed Creaper001 closed 1 year ago

Creaper001 commented 1 year ago

Shorter version of letter v It seems possible to reduce the length using at

aemkei commented 1 year ago

Unfortunately this only works in Chrome. Firefox will return an 'n' because the output if formatted differently.

Chrome:

function at() { [native code] }

Firefox

function at() {
    [native code]
}
Creaper001 commented 1 year ago

You're right, I didn't notice. As Firefox is return differently, I'll close this.