Arrays are special data types that store lists of values including numbers, strings/text, other arrays, and objects. After watching this video, you'll be able to declare and initialize an array, access array elements, and find the length of an array.
Example code:
Beginning version https://editor.p5js.org/rainbowlazer/...
Ending version https://editor.p5js.org/rainbowlazer/...