The final value must be the number of rows in the 2D array (the length of the outer array).
// Removing a column for (var i = 0; i < array.length; i++) array[i].pop(); Codehs 8.1.5 Manipulating 2d Arrays