
An array stores an ordered list of values in a single variable: const fruits = ['apple', 'banana', 'cherry'];. Access items by their index — arrays start at zero, so fruits[0] is 'apple'. fruits.length gives the number of items. Arrays can hold any mix of data types including other arrays.
Reference:
TaskLoco™ — The Sticky Note GOAT