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

Replace use of Array.fill with Array.flat #94

Closed frobinsonj closed 3 years ago

frobinsonj commented 4 years ago

Array.fill -> Array.flat

Downside is compatibility.

aemkei commented 3 years ago

Thanks for this addition!