Browse Source

Add Readme.

Martin Kleppe 12 years ago
parent
commit
d274487af8
2 changed files with 9 additions and 0 deletions
  1. 7 0
      README.md
  2. 2 0
      index.html

+ 7 - 0
README.md

@@ -0,0 +1,7 @@
+# JSFuck []()!+
+
+JSFuck is an esoteric and educational programming style based on the atomic parts of JavaScript. It uses only six different characters to write and execute code.
+
+It does not depend on a browser, so you can even run it on Node.js.
+
+Demo: [jsfuck.com](http://www.jsfuck.com)

+ 2 - 0
index.html

@@ -40,6 +40,8 @@
   <p>JSFuck is an esoteric and educational programming style based on the
   atomic parts of JavaScript. It uses only six different characters to
   write and execute code.</p>
+  
+  <p>It does not depend on a browser, so you can even run it on Node.js.</p>
 
   <input id="input" type="text" value="alert(1)"/> 
   <button id="encode" type="text">Encode</button>