aemkei / jsfuck

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

const/symbol from es6 (faster and more efficient), and moved to use eslint. #71

Closed EvanCarroll closed 6 years ago

EvanCarroll commented 6 years ago

Symbol stops string comparison and was made to do exactly this, also moved to use const from es6.

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol

aemkei commented 6 years ago

Wow, cool. Thanks for all the useful changes!