New Function: values() #70
Labels
enhancement
New feature or request
good first issue
Good for newcomers
hacktoberfest
Issues opened for Hacktoberfest. Your contribution is welcomed
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.values()
Function description: returns a new Array Iterator object that contains the values for each index in the array
File name: example
02-array/25_array-values.md
Checklist
examples
directorybun run format-examples-bun
ornpm run format-examples
Must read:
The text was updated successfully, but these errors were encountered: