Skip to content

Commit dad96e0

Browse files
committed
Update README.md
1 parent b2dae71 commit dad96e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ The following source will do an `alert(1)`:
5050
String => []+[]
5151
Boolean => ![]
5252
Function => []["filter"]
53-
eval => []["filter"]["constructor"]( CODE )()
53+
run => []["filter"]["constructor"]( CODE )()
54+
eval => []["filter"]["constructor"]("return eval")()( CODE )
5455
window => []["filter"]["constructor"]("return this")()
5556

5657
See the full list [here](https://github.com/aemkei/jsfuck/blob/master/jsfuck.js).

0 commit comments

Comments
 (0)