Saruni
home
about
blog
bookshelf
faq
projects
snippets
CV
recent posts
iteration
Promises - when we need to await for more than one
#promise
#async
#await
#iteration
Sometimes we need to wait more then one promise to finish before we can move out. How we can do that?