Browse Source

Optimize `F`

Alexander I. Zaytsev 11 years ago
parent
commit
1cd1600d21
2 changed files with 2 additions and 2 deletions
  1. 1 1
      jsfuck.js
  2. 1 1
      output.txt

+ 1 - 1
jsfuck.js

@@ -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]',

+ 1 - 1
output.txt

@@ -36,7 +36,7 @@
 `C` 3401
 `D` 3634
 `E` 2285
-`F` 847
+`F` 846
 `G` 4811
 `H` 6449
 `I` 70