From 451b2517509060bb8844cb96538340235a675caf Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Mon, 24 Aug 2015 15:18:53 +0100 Subject: [PATCH] Add jsPerf --- BigBoxOfJavascript.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BigBoxOfJavascript.md b/BigBoxOfJavascript.md index f3b5d6b..c005b35 100644 --- a/BigBoxOfJavascript.md +++ b/BigBoxOfJavascript.md @@ -67,6 +67,9 @@ This section could easily get absolutely huge, so it is limited to a *very* smal - [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 +#### Performance + - [jsPerf](https://jsperf.com/) - JavaScript performance playground. Create tests online to compare different pieces of javascript code. + ## References & Tutorials - [RGraph HTML5 Canvas Reference](http://www.rgraph.net/reference/index.html) - A good HTML5 canvas reference with examples - [RegexOne](http://regexone.com/) - A good reguar expression tutorial with practical examples and tests