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: array findIndex() #52

Closed roberto-butti closed 1 month ago

roberto-butti commented 1 month 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.findIndex() Function description: Finds the index of the first element that matches a condition File name: example 02-array/16_array-findindex.md

Checklist

Must read:

Prakhar29Sharma commented 1 month ago

Hi @roberto-butti I would like to work on this.

roberto-butti commented 1 month ago

Hi @roberto-butti I would like to work on this.

Thank you @Prakhar29Sharma , and welcome :) I assigned to you the issue, In the https://github.com/roberto-butti/some-drops-of-javascript/blob/main/CONTRIBUTING.md there are some suggestions about how to structure the markdown file.

Prakhar29Sharma commented 1 month ago

Hi @roberto-butti,

Thank you for assigning this task to me. I’ve raised a pull request and would appreciate it if you could review it. Please let me know if there are any issues or further changes required.

This is my first time contributing to open source, so any feedback is welcome!

roberto-butti commented 1 month ago

Hi @Prakhar29Sharma i merged your PR #56 . Welcome to the club :)