Electricmonk

Ferry Boender

Programmer, DevOpper, Open Source enthusiast.

Blog

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.

The text of all posts on this blog, unless specificly mentioned otherwise, are licensed under this license.