filmov
tv
Array In JavaScript

Показать описание
JavaScript arrays are resizable and can contain a mix of different data types.
JavaScript arrays are zero-indexed: the first element of an array is at index 0, the second is at index 1
An array is a special type of variable
that can hold more than one value.
It allows you to store multiple items under a single name
JavaScript arrays are zero-indexed: the first element of an array is at index 0, the second is at index 1
An array is a special type of variable
that can hold more than one value.
It allows you to store multiple items under a single name