To add a column, we need to use the cbind() function. We also have to keep a careful eye on the length of the added column.

Awesome! The column we are adding should have the same length as the number of rows in our matrix.

Maybe we need a vector with the same length as the number of rows?