diff --git a/apps/site/pages/en/learn/asynchronous-work/event-loop-timers-and-nexttick.md b/apps/site/pages/en/learn/asynchronous-work/event-loop-timers-and-nexttick.md index a50114c04d8fd..d45912b2217ad 100644 --- a/apps/site/pages/en/learn/asynchronous-work/event-loop-timers-and-nexttick.md +++ b/apps/site/pages/en/learn/asynchronous-work/event-loop-timers-and-nexttick.md @@ -88,6 +88,8 @@ Between each run of the event loop, Node.js checks if it is waiting for any asynchronous I/O or timers and shuts down cleanly if there are not any. +For a visual walkthrough of the event loop phases, you can watch [this video by Bert Belder](https://www.youtube.com/watch?v=PNa9OMajw9w&ab_channel=node.js). + ## Phases in Detail ### timers