How Do Convert An Async Function To An Anonymous Async Function?
I’m struggling to remember how to do method-chaining with Node.js.
Here’s a minimum-viable-example for a promise-then to convert to an anonymous function.
I got this code from the MDN Promise.prototype.then() doc. This does return success.