Here’s a quick standalone tutorial covering something that caused me a great deal of difficulty yesterday.
It’s a video about how module.exports works with Nodejs. I’ll cover all of the basics such as how to pass variables and functions from a Node module. Then, I’ll cover how to use async await from within the context of a node module.
I hope this helps somebody out there.