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

Skip to content

Commit d300a10

Browse files
authored
Update LESSONPLAN.md
1 parent 2155cb2 commit d300a10

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Week3/LESSONPLAN.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ https://github.com/HackYourFuture/fundamentals/blob/master/fundamentals/function
5757
### Example
5858
Same link as Explanation
5959
### Exercise
60-
https://github.com/yash-kapila/HYF-JS1-Week3/tree/master/src
60+
6161
### Essence
6262
- __Reusability__: Functions can be grouped together to make a module (or library), and then modules can be imported into your application so you can build awesome apps!
6363
- __Abstraction__: Hide underlying details about how a piece of functionality works under the hood. You can change how things are implemented within the function without other programmers who use your function worrying aobut the exact details of how it was implemented.
@@ -124,6 +124,7 @@ Same link as Explanation
124124
### Explanation
125125
### Example
126126
### Exercise
127+
https://github.com/yash-kapila/HYF-JS1-Week3/tree/master/src
127128
### Essence
128129

129130
_Special thanks to Jim Cramer, Yash Kapila, David Nudge for most of the content_

0 commit comments

Comments
 (0)