wesbos / Wes-Bos-Video-Notes

These are notes that supplement the videos on Wes Bos Courses
73 stars 301 forks source link

Update 24 - Saving Registered Users to the Database - 214184257.md #31

Closed rmattson closed 1 year ago

rmattson commented 1 year ago

Using a later version of node and dependencies requires some modification to course code to continue to work as expected. In this case, the promisify import and function definition doesn't work as outlined in the video, and an updated method using node's built-in util module works well instead.