From 1ad1faa7b43dcaa2da738dfb6177809c695a711f Mon Sep 17 00:00:00 2001 From: shubham patil Date: Mon, 31 Oct 2022 14:22:27 +0530 Subject: [PATCH] Fix broken event loop link (#2829) The Node.Js Event Loop link has changes, updating the href --- .../112-javascript-asynchronous-javascript/100-event-loop.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 b953c11dd..d98bc9f37 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 @@ -2,6 +2,6 @@ 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 +The Node.Js Event Loop JavaScript Visualized: Event Loop -What the heck is the event loop anyway? \ No newline at end of file +What the heck is the event loop anyway?