History of 2019-08-11 A console.dir hint

2019-08-11
19:18 UTC Revision 1 . . . . Marcin BorkowskiAs everyone knows, console.log is the ultimate debugging tool. ;-) Joking aside, it is genuinely useful (together with console.error) in scripts. I often write small (and sometimes not so small) CLI utilities in Node.js, and they are really indispensable. Sometimes, however, you want to output a complicated structure.