Callbacks and Promises | Javascript
In this article we will discuss about callback functions and promise in javascript. Callbacks and Promises are very important concepts of javascript as it helps it to support and leverage its asynchronous behaviour. First we explore on callback function and then promises. Callbacks: Let's first define the callback function: Callback function is any function that […]