У нас вы можете посмотреть бесплатно Learn to Program in PowerShell Part 6: Arrays and Loops или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
This is the sixth in a series of videos for non-programmers who want to learn to code. The videos in this series build on each other, so you may want to watch the earlier videos in this series if you haven't already. Here's a link to the playlist: • Learn to Program in PowerShell This video is kind of a long one because it covers a lot of ground. We first learn about arrays. An array is an objects that contains a sequence of other objects. Next we learn about three kinds of loops. Loops enable you execute the same block of code more than once -- for example, once for each element in an array. The language used in this series is PowerShell. For more information, see https://aka.ms/powershell We're editing PowerShell scripts using Visual Studio Code. For more information, see https://code.visualstudio.com/