Add glossary/array

This commit is contained in:
Angelos Chalaris
2018-07-16 20:57:50 +03:00
parent e7eda2ce9a
commit cf6bd3d87e

5
glossary/array.md Normal file
View File

@ -0,0 +1,5 @@
### array
Arrays are used to store multiple values in a single variable.
Arrays are ordered and each item in an array has a numeric index associated with it.
JavaScript arrays are zero-indexed, meaning the first element's index is 0.