jsfuck – Stepan Suvorov Blog https://stepansuvorov.com/blog Release 2.0 Sat, 17 Jun 2017 10:28:39 +0000 en-US hourly 1 https://wordpress.org/?v=6.3.1 JSFuck or how I love Javascript endless power https://stepansuvorov.com/blog/2017/06/jsfuck-or-how-i-love-javascript-endless-power/ https://stepansuvorov.com/blog/2017/06/jsfuck-or-how-i-love-javascript-endless-power/#respond Sat, 17 Jun 2017 10:28:39 +0000 http://stepansuvorov.com/blog/?p=3370 Continue reading ]]> You can write your JS code without any alphabet character, seriously! I would say even more you can write your JS code only with 6! characters: []()!+

You could easily get several string like “true”, “false”, “undefined” and other by doing simple operations with brackets:

View the code on Gist.

and now you can take any letter :

View the code on Gist.

You can try to challenge yourself and convert any JS code into this format (that is called JSFuck) and there is even online converter that will help you with this task.

]]>
https://stepansuvorov.com/blog/2017/06/jsfuck-or-how-i-love-javascript-endless-power/feed/ 0