Rename array.md to Array.md

This commit is contained in:
Angelos Chalaris
2018-07-18 19:53:08 +03:00
committed by GitHub
parent d887b364b2
commit c53cd0c2ee

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.