JavaScript Promises Explained for Beginners
What Problem Promises Solve :
Before Promises, JavaScript mostly used callbacks for async tasks.
This works fine for small tasks.
But when multiple async operations depend on each other, code become
bishtvoperators.hashnode.dev2 min read