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: Array slice() #45

Closed roberto-butti closed 4 days ago

roberto-butti commented 1 week 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 slice() Function description: returns a shallow copy of a portion of an array into a new array object selected from start to end File name: example 02-array/14_array-slice.md

Checklist

Must read:

roberto-butti commented 4 days ago

closed by #47 thanks to @Abd-Elhadi