You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 1. May lead to callback hell by code increasing horizontally instead of vertically { Unreadable & Unmaintainable }. This structure called as Pyramid of Doom.
* 2. Loosing the control over the code on developer, there is huge chance to brake the operation while inside the callbacks. This is known as the Inversion of Control.