
Understanding Promises in Javascript
Before understanding the promise, we first need to understand some terminology related to it. Callback: A callback is a function that is provided as an argument to another function. It is executed after the main function has finished its task. Asyn...
Jul 12, 20256 min read