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 bce37a6 commit b333262Copy full SHA for b333262
README.md
@@ -23,6 +23,16 @@ console.log(multiply(5,10)) // 50
23
24
<a href="https://codepen.io/Bunlong/pen/QBgdJb" target="_blank">Edit on Codepen</a>
25
26
+## Scope
27
+
28
+* Global scope
29
+* Local Scope
30
+* Function scope
31
+* Block scope
32
+* Function hoisting and scopes
33
+* Functions do not have access to each other's scopes
34
+* Nested scopes
35
36
## Closure
37
38
Clousure is the functions that have access to the parent scope, even when the parent function has closed.
0 commit comments