https://www.jsdelivr.com/package/npm/array-slice
A free, fast, and reliable CDN for array-slice. Array-slice method. Slices `array` from the `start` index up to, but not including, the `end` index.
array slicecdnjsdelivrnpm
https://www.freecodecamp.org/news/javascript-slice-and-splice-how-to-use-the-slice-and-splice-js-array-methods/
When you are first learning JavaScript, it might be difficult to know the difference between the slice() and splice() array methods. In this article, I will...
javascript array methodsuseslicesplice
https://developer.mozilla.org/zh-TW/docs/Web/JavaScript/Reference/Global_Objects/Array/slice
slice() 方法會回傳一個新陣列物件,為原陣列選擇之 begin 至 end(不含 end)部分的淺拷貝(shallow copy)。而原本的陣列將不會被修改。
arrayprototypeslicejavascriptmdn