Files
30-seconds-of-code/glossary/Array.md
2019-08-13 11:19:29 +03:00

258 B

title, tags
title tags
Array 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.