real Chrome developer features
If you spend as much time in chrome’s developer tools (or inspect element window) as I do, a quick perusal of Chrome’s Developer Tips & Tricks page will be worth the time.
you may already know about basic tools like multi-line commands, but what about .table() which converts your json object to a table view right within the console output. or Querying the DOM using XPath expressions. benchmarking and profiling js execution. and much much more.
in fact, lookin back, i’d recommend a good 15 minutes.
hth,
– Pete