Browse Source

Update jsfuck.js

Shorter version of letter `A`
Kamil Kiełczewski 4 years ago
parent
commit
3482fa111e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      jsfuck.js

+ 1 - 1
jsfuck.js

@@ -49,7 +49,7 @@
     'y':   '(NaN+[Infinity])[10]',
     'z':   '(+(35))["to"+String["name"]](36)',
 
-    'A':   '(+[]+Array)[10]',
+    'A':   '(NaN+[]["entries"]())[11]',
     'B':   '(+[]+Boolean)[10]',
     'C':   'Function("return escape")()(("")["italics"]())[2]',
     'D':   'Function("return escape")()([]["flat"])["slice"]("-1")',