Categories
Codes Javascript

Handling Errors in Asynchronous Functions

Handling errors in your code is a must, to let users know that something is not right when they use your program. In this post, I share about handling the errors of asynchronous functions in JavaScript.

Categories
Codes Javascript

Understanding Asynchronous Functions

Whether you realize it or not, asynchronous functions have been a part of our daily life, in the programs and apps we use. In this post, I would like to share on how to implement asynchronous functions in JavaScript.