Many of you will be using firebug and console.log regularly to dump data from your javascript apps – mainly for quick and easy debugging. There are actually many more powerful logging functions built into console.log to help organise this data. Logging object hyperlinks You can pass any kind of object to console.log and it will Read more