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: map and flat a nested array with `flatMap()` #55

Open roberto-butti opened 1 day ago

roberto-butti commented 1 day 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.flatMap() Function description: map and flat a nested array File name: example 02-array/18_array-flatmap.md

Checklist

Must read: