JavaScript: Async/Await Wrapper
Reusable function to run any Promise that returns an array of data and error.
Using Async/Await is great, but when working with multiple Promises it often clutters your code with multiple try/catch statements. I wrote this wrapper to easy encapsulate...
blog.dewaldels.com1 min read