Skip to main content

Command Palette

Search for a command to run...

Callback Hell

Published
1 min readView as Markdown

The phenomenon which happens when we nest multiple callbacks within a function is called a callback hell. The shape of the resulting code structure resembles a pyramid and hence callback hell is also called the “pyramid of the doom”.

More from this blog

Stack Mahadev's Blog

24 posts