Browse Source

docs(flat): correct grammar

pull/1112/head
davhojt 2 years ago committed by Dav Hojt
parent
commit
b33aa039d8
  1. 6
      subjects/flat/README.md

6
subjects/flat/README.md

@ -2,15 +2,15 @@
### Instructions
Create the `flat` functions that works like the `.flat` array method
Create a function named `flat` that works like `Array.flat()`, except its first argument is the array.
### Notions
- [devdocs.io/javascript/global_objects/array/flat](https://devdocs.io/javascript/global_objects/array/flat)
- [Flat](https://devdocs.io/javascript/global_objects/array/flat)
### Code provided
> all code provided will be added to your solution and doesn't need to be submited.
> The provided code will be added to your solution, and does not need to be submitted.
```js
Array.prototype.flat = undefined

Loading…
Cancel
Save