JavaScript Arrays - splice method

preview_player
Показать описание
This video reviews the key elements of JavaScript's splice method.

Ask yourself:
-Does this modify the array it is called on?
-What does it return?
-How many parameters does it accept and what do they indicate?
-How can this method be used to swap out elements from any array?

Read more about .splice() here:
Рекомендации по теме