Skip to content

Commit 8b2db74

Browse files
committed
merged all the files into one complete set and added it in /notes maybe we can add it to the main readme file of the as well?
1 parent cb725bf commit 8b2db74

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)