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.
2 parents cb725bf + 8b2db74 commit b14c768Copy full SHA for b14c768
Notes/12-JSInterview-Closures.md
@@ -81,3 +81,4 @@ function a() {
81
Like this if more closures formed, it becomes an issue. To tacke this, JS engines like v8 and Chrome have smart garbage collection mechanisms.
82
Say we have var x = 0, z = 10 inabove code. When console log happens, x is printed as 0 but z is removed automatically.
83
84
+```
0 commit comments