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

Documentation out of date #120

Open altayhunter opened 2 years ago

altayhunter commented 2 years ago

The examples in the Basics section of the documentation here as well as the main site show the Array.filter function being used even though the code has been updated to use Array.flat instead.