We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04e4840 commit 7b9f07bCopy full SHA for 7b9f07b
1 file changed
Week2/LESSONPLAN.md
@@ -172,6 +172,7 @@ const numbers = [1, 2, 3, 4];
172
const evens = numbers.xxx(item => item % 2 === 0);
173
console.log(evens); // [2, 4]
174
```
175
+https://github.com/yash-kapila/HYF-JS2-Week2/tree/master/src
176
177
### Essence
178
0 commit comments