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

New Function: reduce() #5

Closed roberto-butti closed 1 year ago

roberto-butti commented 1 year ago

What

Documenting the function for reducing and array: reduce().

Add a 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: array.reduce() Function description: reduce array File name: 02-array/12_array-reduce.md)

Checklist

Must read:

japneetsingh035 commented 1 year ago

Hi @roberto-butti, Hope you are doing good! I would like to work on this issue. Can you please assign me this? Thanks

roberto-butti commented 1 year ago

Hi @japneetsingh035, and welcome! Of course, I'm going to assign it to you. Enjoy the journey in the Hacktoberfest and in the Open Source :)

roberto-butti commented 1 year ago

Hello @japneetsingh035, how are you? Let me know if you need any kind of support for this issue. If you have any doubts feel free to ask. Happy to help you.

Roberto

mahesha1150 commented 1 year ago

Hi @roberto-butti. Can I work on this.

mahesha1150 commented 1 year ago

Hi @roberto-butti. Can you please help with the keywords or syntax for below two issues to render in website:

  1. How to add Line Breaks, Instead of continuous statements.
  2. How to add Tab Spaces
roberto-butti commented 1 year ago

Hi @mahesha1150 for this project, we are using the amazing Starlight Astro. Because the doc is written in Markdown you can follow:

mahesha1150 commented 1 year ago

Thank you.

roberto-butti commented 1 year ago

closing this issue, thank you @mahesha1150 for the amazing support, the great PR.