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:
parent
89551efa55
commit
2451d00330
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user