We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7165d11 commit 615f63aCopy full SHA for 615f63a
Notes/JSCodeExecution.md
@@ -2,11 +2,11 @@
2
3
JavaScript executes code in a structured way using the Global Execution Context and the Call Stack.
4
5
-
6
-
+
+
7
8
# Call Stack in JS
9
10
The call stack keeps track of function calls in JavaScript. It's a stack data structure that operates in a LIFO (Last In, First Out) manner.
11
12
-
+
0 commit comments