Update illustration paths

This commit is contained in:
Angelos Chalaris
2023-02-16 22:26:39 +02:00
parent da31e8d138
commit 739c152b2f
18 changed files with 18 additions and 19 deletions

View File

@ -32,7 +32,7 @@ const isOdd = x => x % 2 === 1;
arr.filter(isOdd); // [1, 3]
```
![JavaScript Array Methods](./blog_images/js-array-methods.png)
![JavaScript Array Methods](./illustrations/js-array-methods.png)
### Array.prototype.reduce()