Skip to content

Commit b14c768

Browse files
Merge pull request #3 from yozaam/main
merged all the files into one complete set and added it in /notes
2 parents cb725bf + 8b2db74 commit b14c768

File tree

2 files changed

+1204
-0
lines changed

2 files changed

+1204
-0
lines changed

Notes/12-JSInterview-Closures.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,4 @@ function a() {
8181
Like this if more closures formed, it becomes an issue. To tacke this, JS engines like v8 and Chrome have smart garbage collection mechanisms.
8282
Say we have var x = 0, z = 10 inabove code. When console log happens, x is printed as 0 but z is removed automatically.
8383
84+
```

0 commit comments

Comments
 (0)