#nodejs
Read more stories on Hashnode
Articles with this tag
Yeah, I said it! Callbacks are 4.8x faster when running them parallel over async/await in parallel. And only 1.9x faster when we run sequential...
Once upon a time, there was Mocha. Then there was Jasmine. Or perhaps it was the other way around. But Mocha was first for me. There was Jest. Now...
console.dir() seems rather redundant. At least with console.log(), you can add as many arguments as you want, but with console.dir(), you can only log...