From 3e7681280e28868254d87653231470b79b212029 Mon Sep 17 00:00:00 2001 From: Anindo Sarker Date: Tue, 15 Oct 2024 10:14:12 +0600 Subject: [PATCH] Remove duplicate link in call stack --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index e67635b5..850bef76 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,6 @@ According to the ECMAScript specification, the call stack is defined as part of - [What is the JS Event Loop and Call Stack? — Jess Telford](https://gist.github.com/jesstelford/9a35d20a2aa044df8bf241e00d7bc2d0) - [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 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) - [Call Stack in JavaScript - Syed Rafsan Raiyan](https://srafsan.hashnode.dev/call-stack-in-javascript) ### video Videos