roberto-butti / some-drops-of-javascript

This book collects some useful, unknown, underrated JavaScript functions discovered and learned while using JavaScript daily.
https://drops-of-javascript.hi-folks.dev/
Other
137 stars 40 forks source link

New Function: array flat(), 02-array/15_array-flat.md #51

Closed roberto-butti closed 4 hours ago

roberto-butti commented 2 days ago

What

Add new method documentation file for a new JavaScript function in src/content/docs. The instructions about defining the file's name are documented in the CONTRIBUTING.md file.

Description

Function name: example array flat() Function description: Flattens nested arrays into a single array. File name: example 02-array/15_array-flat.md

Checklist

Must read:

roberto-butti commented 4 hours ago

Closed by #58