From d94e0e442145f81897ecacea82b00a52e1085057 Mon Sep 17 00:00:00 2001 From: Byron2016 Date: Thu, 19 Dec 2024 13:37:33 -0500 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add Lydia Hallie´s video to call stack video section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e67635b5..4e38f842 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,7 @@ According to the ECMAScript specification, the call stack is defined as part of - [Call Stacks - CS50](https://www.youtube.com/watch?v=aCPkszeKRa4) - [Learn the JavaScript Call Stack - codecupdev](https://www.youtube.com/watch?v=HXqXPGS96rw) - [JavaScript Functions and the Call Stack | How does the Call stack work - Chidre'sTechTutorials](https://www.youtube.com/watch?v=P6H-T4cUDR4) +- [JavaScript Visualized - Event Loop, Web APIs, (Micro)task Queue — Lydia Hallie](https://www.youtube.com/watch?v=eiC58R16hb8) **[⬆ Back to Top](#table-of-contents)**