Explorar o código

Update README.md

Andrew %!s(int64=10) %!d(string=hai) anos
pai
achega
dad96e00b3
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -50,7 +50,8 @@ The following source will do an `alert(1)`:
     String      =>  []+[]
     Boolean     =>  ![]
     Function    =>  []["filter"]
-    eval        =>  []["filter"]["constructor"]( CODE )()
+    run         =>  []["filter"]["constructor"]( CODE )()
+    eval        =>  []["filter"]["constructor"]("return eval")()( CODE )
     window      =>  []["filter"]["constructor"]("return this")()
     
 See the full list [here](https://github.com/aemkei/jsfuck/blob/master/jsfuck.js).