Skip to content

Commit 1148d6e

Browse files
bin a y
1 parent 03018d9 commit 1148d6e

File tree

15 files changed

+107
-5
lines changed

15 files changed

+107
-5
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,7 @@ JavaScript codebase where i learn VanillaJs and expiriment stuffs... build stuff
88
In this repository, I focus on hands-on learning of JavaScript core. Each project serves as a practical exercise to enhance my understanding of web development, solving problems and challenges.
99

1010
## Contribution
11-
Feel free to contribute to this project,
11+
12+
Feel free to contribute to this project, check out the [/roadmap.txt] file to see how to navigate around this codebase.
13+
14+
## SETUP

bts/execution-context/execution-context.js renamed to behind-the-scene/execution-context/execution-context.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
* on line 1, var is allocated in the memory global execution context and the value is set to undefined,
1515
* same as y on line 2, the stuffs will allocate the getSum function skip others line 7 and set the values of sum1 in line 7 to undefined as well aa line 8
1616
17-
* the stuffs will come again to set the values of the actually variables, now x on line 1 is 100 as well as the rest
17+
* the stuffs will come again to set the values of the actual variables, now x on line 1 is 100 as well as the rest
1818
---------------------------------------------------------------------------------------------------------
1919
*/
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
this folder talks about the behind the scene stuffs that happens in Javascript
22

33
-- Execution Context
4-
-- Call Stack
4+
-- Call Stack and more terms
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)