mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-06 21:00:24 -04:00
fix(curriculum): correct "containting" typo in lab product showcase (#67110)
This commit is contained in:
@@ -264,7 +264,7 @@ const { Collection } = explorer.classes;
|
||||
assert.exists(Collection.methods.filter);
|
||||
```
|
||||
|
||||
Your `filter` method should accept a callback function and return an array containting the elements of the `items` property that satisfy the given condition.
|
||||
Your `filter` method should accept a callback function and return an array containing the elements of the `items` property that satisfy the given condition.
|
||||
|
||||
```js
|
||||
let arr = [1, 2, 3, 4, 5, 6];
|
||||
|
||||
Reference in New Issue
Block a user