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
151 stars 46 forks source link

Added documentation and examples of the array flatmap() method. #60

Closed suja1956 closed 1 month ago

suja1956 commented 1 month ago

This PR contains documentation and examples of the flatmap() function with with proper chapter structure as mentioned in the CONTRIBUTORS.md. file created: 18_array-flatmap.md and 02-18_array-flatmap.mjs fixes: #55

vercel[bot] commented 1 month ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
some-drops-of-javascript ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 24, 2024 3:50pm
roberto-butti commented 1 month ago

Thank you @suja1956 for the PR. Well written!