Closed roberto-butti closed 1 month ago
Hello @roberto-butti, could you assign me to this issue?
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
Close with #57 . Thank you @seferovich
You're welcome @roberto-butti !
It was nice working on this project and I am glad that I could help.
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 theCONTRIBUTING.md
file.Description
Function name: example
Array.at()
Function description: accessing elements File name: example02-array/17_array-at.md
Checklist
examples
directorybun run format-examples-bun
ornpm run format-examples
Must read: