I learned that 'console.dir' is actually only a shorthand for 'console.log' and 'util.inspect'. This can help you to save a bit of typing.
Topic: NodeJS โ Page 8
...
I learned that 'console.dir' is actually only a shorthand for 'console.log' and 'util.inspect'. This can help you to save a bit of typing.
...