From ec22c744dad27edf67f641f22b449f7dbc407bec Mon Sep 17 00:00:00 2001 From: Dural Keys Date: Fri, 27 Oct 2023 17:17:02 -0400 Subject: [PATCH 1/2] Update README.md The call stack explained --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3c7515d3..af6ac38a 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,7 @@ All the translations for this repo will be listed below: - [Understanding Execution Context and Execution Stack in Javascript — Sukhjinder Arora](https://blog.bitsrc.io/understanding-execution-context-and-execution-stack-in-javascript-1c9ea8642dd0) - [How JavaScript Works: An Overview of the Engine, the Runtime, and the Call Stack — Alexander Zlatkov](https://blog.sessionstack.com/how-does-javascript-actually-work-part-1-b0bacc073cf) - [How JavaScript Works Under The Hood: An Overview of JavaScript Engine, Heap and, Call Stack — Bipin Rajbhar](https://dev.to/bipinrajbhar/how-javascript-works-under-the-hood-an-overview-of-javascript-engine-heap-and-call-stack-1j5o) +- [The JS Call stack Explained in 9 minutes](https://www.youtube.com/watch?v=W8AeMrVtFLY) - Colt Steel (YouTube) ### Videos From 5c3e3f1af451acf8a8a6f7cbb0f51911b4aadcb6 Mon Sep 17 00:00:00 2001 From: Dural Keys Date: Fri, 27 Oct 2023 17:35:29 -0400 Subject: [PATCH 2/2] Update README.md Learning the Dom in short order, for beginners. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index af6ac38a..7a63f561 100644 --- a/README.md +++ b/README.md @@ -490,6 +490,7 @@ All the translations for this repo will be listed below: - [Render Tree Construction — Ilya Grigorik](https://developers.google.com/web/fundamentals/performance/critical-rendering-path/render-tree-construction) - [What exactly is the DOM?](https://bitsofco.de/what-exactly-is-the-dom/) - [JavaScript DOM](https://www.javascripttutorial.net/javascript-dom/) +- [Traversing the Dom with Javascript](https://www.youtube.com/watch?v=Pr4LLrmDLLo) - Steve Griffith (YouTube) ### Videos