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

Skip to content

Commit fb8e605

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

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+
Yash made a very nice exercise (with answers):
175176
https://github.com/yash-kapila/HYF-JS2-Week2/tree/master/src
176177

177178
### Essence

0 commit comments

Comments
 (0)