1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-07-31 14:30:13 +02:00

Update JavaScript-asynchronous resources (#5871)

Added links to two videos for better understanding. One video features comprehensive and visually appealing content, while the other from JSConf provides visuals suited for beginners.
This commit is contained in:
Abdallah Gaber
2024-06-17 11:50:03 +03:00
committed by GitHub
parent 5cbbaa61a9
commit 6f6b942ba4

View File

@@ -13,3 +13,5 @@ So even though you may not have to implement your own asynchronous functions ver
Visit the following resources to learn more:
- [@article@Asynchronous JavaScript - MDN](https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Asynchronous/Introducing)
- [@video@What The Hack is Event Loop and Asynchronous JavaScript - JSConf](https://youtu.be/8aGhZQkoFbQ)
- [@video@Asynchronous JavaScript - JavaScript Visualized](https://youtu.be/eiC58R16hb8)