У нас вы можете посмотреть бесплатно FreeCodeCamp JavaScript Course - Part 3 или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
In this video, we complete the lessons on Arrays, learning how to create arrays and how to manipulate them using array methods. We covered using .pop() to remove items from the end of an array, .push() to add items to the end of the array, as well using .shift() and .unshift() to move and add items from the beginning of an array. We also learned about multi-dimensional arrays and array nesting. We were able to start the next segment which was working with functions which we will continue in the next part.