#async

2 posts published

#async

2 posts published

Async/Await in Javascript

Async/Await method makes working with Promises easy. Added to this is that code is very readable compared to nested s. No prior knowledge of…

February 14th, 2020 | 4 mins read

Promises in Javascript

What are promises? Promises are used to handle asynchronous events in Javascript. According to the dictionary, A promise is an assurance…

January 17th, 2020 | 6 mins read