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ā