public/subjects/flat/README.md

361 B

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