diff --git a/content/roadmaps/106-javascript/content/112-javascript-asynchronous-javascript/100-event-loop.md b/content/roadmaps/106-javascript/content/112-javascript-asynchronous-javascript/100-event-loop.md index 21a9c2c1e..71299f425 100644 --- a/content/roadmaps/106-javascript/content/112-javascript-asynchronous-javascript/100-event-loop.md +++ b/content/roadmaps/106-javascript/content/112-javascript-asynchronous-javascript/100-event-loop.md @@ -1 +1,6 @@ -# Event loop \ No newline at end of file +# Event Loop + +The Event Loop is one of the most important aspects to understand about Node.js. Why is this so important? Because it explains how Node.js can be asynchronous and have non-blocking I/O, it explains the "killer feature" of Node.js, which made it this successful. + +The Node.Js Event Loop +JavaScript Visualized: Event Loop