## Flat ### Instructions Create the `flat` functions that works like the `.flat` array method ### Notions - https://devdocs.io/javascript/global_objects/array/flat ### Code provided ```js Array.prototype.flat = undefined ```