Array (JavaScript)
An array is an ordered list of values stored in a single variable. You access items by their numeric index, starting at 0.
An array is an ordered list of values stored in a single variable. You access items by their numeric index, starting at 0.