Skip to content

Commit

Permalink
Optimize comma
Browse files Browse the repository at this point in the history
  • Loading branch information
hazzik committed Apr 3, 2014
1 parent a1b1293 commit dc1d338
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 @@ -90,7 +90,7 @@
')': '(true+[]["filter"])[20]',
'*': USE_CHAR_CODE,
'+': '(+(+!+[]+(!+[]+[])[!+[]+!+[]+!+[]]+[+!+[]]+[+[]]+[+[]])+[])[2]',
',': '[[]]["concat"]([[]])+""',
',': '([]["slice"]["call"](false+"")+"")[1]',
'-': '(+(.+[0000000001])+"")[2]',
'.': '(+(+!+[]+[+!+[]]+(!![]+[])[!+[]+!+[]+!+[]]+[!+[]+!+[]]+[+[]])+[])[+!+[]]',
'/': '(false+[0])["italics"]()[10]',
Expand Down
2 changes: 1 addition & 1 deletion output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
`)` 147
`*` 6408
`+` 70
`,` 498
`,` 469
`-` 153
`.` 72
`/` 304
Expand Down

0 comments on commit dc1d338

Please sign in to comment.