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

Use array 'at' method instead of array 'filter' method #125

Closed maeema closed 2 years ago

maeema commented 2 years ago

While Internet Explorer is now dead, and the 'at' method is compatible with all other browsers, I think using the 'at' to eval the code can reduce the size of the compilation results a little bit.

that means:

hazzik commented 2 years ago

Duplicate of #119

hazzik commented 2 years ago

Also, it is not 'filter' anymore it is 'flat'

maeema commented 2 years ago

The discussion will continue on #119.