It's always good to know how much time code needs to be executed. Today I learned there is a more precise way than using the Date object.
It's always good to know how much time code needs to be executed. Today I learned there is a more precise way than using the Date object.
I learned that the Node.js REPL has different modes to run in.
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.
...