1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-31 13:01:43 +02:00

chore: add resource under javascript:javascript-asynchronous-javascript:callbacks:callback-hell

This commit is contained in:
roadmap bot
2023-06-13 11:36:49 +01:00
parent 5a3f621093
commit 70b95c6ad1

View File

@@ -5,3 +5,4 @@ The callback hell is when we try to write asynchronous JavaScript in a way where
Visit the following resources to learn more:
- [Callback Hell](http://callbackhell.com/)
- [Callbacks in Callbacks - Pyramid of Doom](https://javascript.info/callbacks#pyramid-of-doom)