1 min readMar 30, 2018
Hey Renato Oliveira đź‘‹
Thanks for responding. You are correct đź‘Ť So each will invoke and when complete will move onto the next step. If you need things to run in parallel, you would need to await
a Promise.all
.
As for async
functions, an async
function will always return a Promise
.
Yes definitely. It’s important to understand what’s going on under the hood but things definitely look nicer with async/await
.
Thank you for your kind words! And your feedback is really appreciated.
I could look at making some amendments. Would it be better if there were more comments on the Github Gist
?