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.
pull/5882/head
Abdallah Gaber 5 months ago committed by GitHub
parent 5cbbaa61a9
commit 6f6b942ba4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      src/data/roadmaps/javascript/content/112-javascript-asynchronous-javascript/index.md

@ -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)

Loading…
Cancel
Save