1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-02-24 03:23:08 +01:00

Update callback hell in JavaScript roadmap (#1651)

This commit is contained in:
Jozias Martini 2022-09-01 16:26:56 -03:00 committed by GitHub
parent 89551efa55
commit 2451d00330

View File

@ -1 +1,5 @@
# Callback hell
# Callback Hell
The callback hell is when we try to write asynchronous JavaScript in a way where execution happens visually from top to bottom, creating a code that has a pyramid shape with many }) at the end.
<BadgeLink colorScheme='yellow' badgeText='Read' href='http://callbackhell.com/'>Callback Hell</BadgeLink>