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

Skip to content

Commit 1848c77

Browse files
committed
fixed broken links
1 parent cd7cb0f commit 1848c77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Week5/REVIEW.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ As we know by now, arrays are collections of values.
1515

1616
As we will see, there are often many ways to achieve the same thing when working arrays. Over time, you will add different techniques to your mental toolbox to achieve the result you want quickly.
1717

18-
[Read more...](assets/array_manipulation.md)
18+
[Read more...](../fundamentals/array_manipulation.md)
1919

2020
## Map and filter
2121

2222
The array methods **map()** and **filter()** are best understood by looking at how they could be implemented if we were to write them ourselves. In the next few sections we will present simplified versions of the native implementations. We have prefixed the method names with `my` to distinguish them from the built-in versions.
2323

24-
[Read more...](assets/map_filter.md)
24+
[Read more...](../fundamentals/map_filter.md)
2525

2626

0 commit comments

Comments
 (0)