Skip to content

Commit

Permalink
Update jsfuck.js
Browse files Browse the repository at this point in the history
Shorter version of letter `A`
  • Loading branch information
kamil-kielczewski authored Sep 9, 2020
1 parent 2faaa59 commit 3482fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsfuck.js
Original file line number Diff line number Diff line change
Expand Up @@ -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")',
Expand Down

0 comments on commit 3482fa1

Please sign in to comment.