always in \[square brackets\] or array()
used for a list or set of values, useful if the number of items will vary
always separated by commas, uses ‘single’ or “double” quotes
index starts with 0
ex:
let stopLight;
stopLight = \[‘yield’, ‘stop’, ‘walk’\];
stopLight\[1\] = ‘go’