Callbacks and Promises
In our previous article we have seen that why we need async code. In this we will go through how to write async code
Callbacks
A callback is the simplest possible async mechanism: pass a function as a
blogs.satpal.cloud7 min read