I am drawing a grid of dots, is basically a nested array:
const colWidth = (p5.width / cols) const colHeight = (p5.height / rows) for (let x = 0; x < cols+1;