There's another way to loop through arrays with for, using the in keyword.

See that? Every time the loop runs, thing holds a different index number from the things array.

Don't we want to access a specific index's in the array, not the array itself?