JavaScript for Beginners #55 The slice() Array Method

preview_player
Показать описание
Here, we will learn about the slice() array method in JavaScript. This allows us to obtain a shallow copy of the array with no arguments or to take a piece or slice of the array when arguments are present.

0:00 What is the slice() method for arrays
0:28 Setting up an array
1:38 Using the slice method with a starting index
2:17 Using the slice method with a starting and ending index
3:08 Using the slice method with negative indexes
4:24 Using destructuring to grab and store values
6:08 Example grabing the winners of a spelling bee

JavaScript Playlist:

MDN slice() Method:

MDN Destructuring Assignment:

NodeJS:

VS Code:
Рекомендации по теме
visit shbcf.ru