diff --git a/content/roadmaps/107-nodejs/content/104-nodejs-async-programming/100-event-loop.md b/content/roadmaps/107-nodejs/content/104-nodejs-async-programming/100-event-loop.md
index 21a9c2c1e..a408b5ba5 100644
--- a/content/roadmaps/107-nodejs/content/104-nodejs-async-programming/100-event-loop.md
+++ b/content/roadmaps/107-nodejs/content/104-nodejs-async-programming/100-event-loop.md
@@ -1 +1,11 @@
-# Event loop
\ No newline at end of file
+# Event Loop
+
+The Event Loop is one of the most critical aspects of 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.
+
+Free Content
+
+The Node.JS Event Loop
+JavaScript Visualized: Event Loop
+The Node.js Event Loop
+The Complete Node js: The Node js Event Loop
+The NodeJS Event loop