Browse Source

Optimize `j`

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

+ 1 - 1
jsfuck.js

@@ -33,7 +33,7 @@
     'g':   '(+false+[false]+String)[20]',
     'h':   '(+(101))["toString"](21)[1]',
     'i':   '([false]+undefined)[10]',
-    'j':   '(+(40))["toString"](21)[1]',
+    'j':   '(Function("return{}")()+"")[10]',
     'k':   '(+(20))["toString"](21)',
     'l':   '(false+"")[2]',
     'm':   '(Number+"")[11]',

+ 1 - 1
output.txt

@@ -72,7 +72,7 @@
 `g` 741
 `h` 1763
 `i` 27
-`j` 1769
+`j` 1648
 `k` 1752
 `l` 19
 `m` 729