Chrome’s Console API: Greatest Hits
Friday, April 3rd, 2015
The Chrome debugger is the best tool for locating problematic code in a JavaScript application, but there are times that diving into your code line-by-line isn’t the fastest or most convenient means to that end. We all know about console.log(), but I thought I’d write about a few of its lesser-known cousins that are more refined, and can be a lot more expressive.
Check out the helpful tips on using Chrome’s javascript debugging console.