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

Skip to content

Commit 7b9f07b

Browse files
authored
Update LESSONPLAN.md
1 parent 04e4840 commit 7b9f07b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Week2/LESSONPLAN.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ const numbers = [1, 2, 3, 4];
172172
const evens = numbers.xxx(item => item % 2 === 0);
173173
console.log(evens); // [2, 4]
174174
```
175+
https://github.com/yash-kapila/HYF-JS2-Week2/tree/master/src
175176

176177
### Essence
177178

0 commit comments

Comments
 (0)