Closed roberto-butti closed 1 month ago
shouldn't it be 13_array-splice.md as 12 is assigned to array-reduce?
shouldn't it be 13_array-splice.md as 12 is assigned to array-reduce?
Exactly! Thank you! I edited the original issue to avoid misunderstandings. I really appreciate it; thank you again.
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.splice()
Function description: changes the content of an array, adding, replacing or removing elements File name: example02-array/13_array-splice.md
Checklist
examples
directorybun run format-examples-bun
ornpm run format-examples
Must read: