We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3a461e commit 9d87691Copy full SHA for 9d87691
Week3/LESSONPLAN.md
@@ -53,7 +53,7 @@ The top level outside all your functions is called the _global scope_. Values de
53
54
https://github.com/HackYourFuture/fundamentals/blob/master/fundamentals/scope.md
55
### Example
56
-
+
57
58
```Javascript
59
let villan = "Joker"; // | global scope
@@ -100,3 +100,5 @@ Same link as Explanation
100
101
### Exercise
102
### Essence
103
+
104
+_Special thanks to Jim Cramer, Yash Kapila, David Nudge for most of the content_
0 commit comments