Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9d87691

Browse files
authored
Update LESSONPLAN.md
1 parent b3a461e commit 9d87691

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Week3/LESSONPLAN.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The top level outside all your functions is called the _global scope_. Values de
5353

5454
https://github.com/HackYourFuture/fundamentals/blob/master/fundamentals/scope.md
5555
### Example
56-
![Scopes](./assets/scopes.png)
56+
![Scopes](../assets/scopes.png)
5757

5858
```Javascript
5959
let villan = "Joker"; // | global scope
@@ -100,3 +100,5 @@ Same link as Explanation
100100
### Example
101101
### Exercise
102102
### Essence
103+
104+
_Special thanks to Jim Cramer, Yash Kapila, David Nudge for most of the content_

0 commit comments

Comments
 (0)