filmov
tv
Easy JavaScript - Intro to Arrays (13)
Показать описание
Welcome to the thirteenth Easy JavaScript Tutorial, Beginner JavaScript Tutorial, part of Easy Programming! This tutorial introduces arrays in JavaScript.
Generally speaking, an array is a special variable used to store a list of data. You can access each list item by using their numbered index (unlike other programming languages, you cannot use named indexes for JavaScript arrays). This tutorial only covers one-dimensional arrays.
I hope you enjoy the video and if you have any questions, please ask in the comments below. If you have any requests feel free to let me know. Thanks for watching and remember to subscribe!
-----------
Generally speaking, an array is a special variable used to store a list of data. You can access each list item by using their numbered index (unlike other programming languages, you cannot use named indexes for JavaScript arrays). This tutorial only covers one-dimensional arrays.
I hope you enjoy the video and if you have any questions, please ask in the comments below. If you have any requests feel free to let me know. Thanks for watching and remember to subscribe!
-----------