DEV Community

Discussion on: Javascript: 5 cool things you can do with console that aren't console.log

Collapse
 
fblind profile image
Facundo Soria

Great article !, console rules!!
I like console.time and console.timeEnd, it gives you a very simple and powerful interface to do some kind of benchmark.
Also, in general, I use console rather than some debugging tool because of the javascript non blocking nature