Nodejs tutorial: using async await with module.exports

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.

Source: https://www.youtube.com/watch?v=YGHnvrDGmJw

Leave a Reply

Your email address will not be published. Required fields are marked *