206 Views
Not everybody knows that apart from the simplest `console.log()` used for logging, the Console object has a couple of other equally useful function. I have chosen and described the 5 most interesting but unpopular methods, which can be successfully utilized in everyday work.
1 comments

Robert Greyling
11/5/2014 5:29:00 PM
Oh wow he was right! I'm loving the look of `console.group()` and `console.table()` - brilliant for some of the debugging stuff I've had to do lately!