public/subjects/flat
davhojt b33aa039d8 docs(flat): correct grammar 2022-05-31 08:27:51 +02:00
..
README.md docs(flat): correct grammar 2022-05-31 08:27:51 +02:00

README.md

Flat

Instructions

Create a function named flat that works like Array.flat(), except its first argument is the array.

Notions

Code provided

The provided code will be added to your solution, and does not need to be submitted.

Array.prototype.flat = undefined