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

Add event loop resource (#3921)

add a video for event loop, it's js conf in asia 2018
This commit is contained in:
keeplz
2023-09-23 03:23:30 +08:00
committed by GitHub
parent 1b538b399f
commit 9051e22476

View File

@@ -7,3 +7,4 @@ Visit the following resources to learn more:
- [The Node.Js Event Loop](https://nodejs.org/en/docs/guides/event-loop-timers-and-nexttick/#what-is-the-event-loop)
- [JavaScript Visualized: Event Loop](https://dev.to/lydiahallie/javascript-visualized-event-loop-3dif)
- [What the heck is the event loop anyway?](https://www.youtube.com/watch?v=8aGhZQkoFbQ)
- [In the loop: JS conf 2018](https://www.youtube.com/watch?v=cCOL7MC4Pl0)