Skip to content

Commit

Permalink
Optimize F
Browse files Browse the repository at this point in the history
  • Loading branch information
hazzik committed Jan 16, 2014
1 parent 520ea11 commit 1cd1600
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jsfuck.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
'C': 'Function("return escape")()(("")["italics"]())[2]',
'D': 'Function("return escape")()([]["filter"])["slice"]("-1")',
'E': '(RegExp+"")[12]',
'F': '(+false+Function)[10]',
'F': '(+[]+Function)[10]',
'G': '(false+Function("return Date")()())[30]',
'H': USE_CHAR_CODE,
'I': '(Infinity+"")[0]',
Expand Down
2 changes: 1 addition & 1 deletion output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
`C` 3401
`D` 3634
`E` 2285
`F` 847
`F` 846
`G` 4811
`H` 6449
`I` 70
Expand Down

0 comments on commit 1cd1600

Please sign in to comment.