diff --git a/BigBoxOfJavascript.md b/BigBoxOfJavascript.md index c005b35..24b1450 100644 --- a/BigBoxOfJavascript.md +++ b/BigBoxOfJavascript.md @@ -66,6 +66,7 @@ This section could easily get absolutely huge, so it is limited to a *very* smal - [vorlon.js](http://www.vorlonjs.com/) - Awesome looking remote debugger - [keyCode Test Page](http://www.asquare.net/javascript/tests/KeyCode.html) - A test page that shows you the keyCode of the keys you press - [jscompress](http://jscompress.com/) - A simple no-fuss javascript compressor + - [JSON Generator](http://json-generator.com) - Generate complex JSON test data #### Performance - [jsPerf](https://jsperf.com/) - JavaScript performance playground. Create tests online to compare different pieces of javascript code.