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 »
Learn about some of the ways in which JavaScript works internally with a basic primer on the thread of execution. Read more