A quick look at how Chrome’s JavaScript code coverage feature works
There’s a new feature in Chrome Canary: JavaScript code coverage. It tells you how much of your code is actually executed, vs how much is loaded unnecessarily. (more…)
Read more »
In this tutorial, you will learn how to create HTTP requests using Javascript and work with the GIT API. Read more