#promises
Read more stories on Hashnode
Articles with this tag
A Promise is an object that encapsulates the result of an asynchronous operation. Promise.all helps you to aggregate a group of promises Promise.all...
Javascript is a single-threaded synchronous Language What does the above state mean? Via single-threaded we mean, only one statement is executed at...