瀏覽代碼

Add Readme.

Martin Kleppe 12 年之前
父節點
當前提交
d274487af8
共有 2 個文件被更改,包括 9 次插入0 次删除
  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>