Promise Vs Callback
May 4, 2021 · 2 min read · Callbacks and Promises are used to run asynchronous tasks. Tasks which are based on certain result. First lets understand Callback. Callback is a function which is passed as a parameter to another function. Lets understand using an example of mak...
Join discussion



