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: accessing elements `at()` #54

Closed roberto-butti closed 17 hours 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.at() Function description: accessing elements File name: example 02-array/17_array-at.md

Checklist

Must read:

seferovich commented 1 day ago

Hello @roberto-butti, could you assign me to this issue?

roberto-butti commented 1 day ago

Hi @seferovich , of course, welcome to the party :)

Here the suggestions for structuring the markdown file: https://github.com/roberto-butti/some-drops-of-javascript/blob/main/CONTRIBUTING.md#instructions-for-writing-a-markdown-file-for-a-javascript-function

Let me know if you need help.

Roberto

roberto-butti commented 17 hours ago

Close with #57 . Thank you @seferovich

seferovich commented 16 hours ago

You're welcome @roberto-butti !

It was nice working on this project and I am glad that I could help.