Update illustration paths
This commit is contained in:
@ -32,7 +32,7 @@ const isOdd = x => x % 2 === 1;
|
||||
arr.filter(isOdd); // [1, 3]
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
### Array.prototype.reduce()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user