Callbacks, Promises and Event Loop in JavaScript.
Callbacks :
What are callbacks?
A callback is simply a function that is passed as an argument to another function, and is executed later, usually after an asynchronous operation completes.
Because Jav
jscoreconcepts.hashnode.dev7 min read