Skip to content

Commit edcad11

Browse files
committed
Entendí mal la última pregunta, pero mañana la arreglo
1 parent 9542b17 commit edcad11

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

starter-code/src/functions-and-arrays.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@ var matrix = [
263263
[1, 70, 54, 71, 83, 51, 54, 69, 16, 92, 33, 48, 61, 43, 52, 1, 89, 19, 67, 48]
264264
];
265265

266+
/************ENTENDÍ MAL LA PREGUNTA (LOL)************/
266267
// console.log("Altura de la matriz",arr.length)
267268
// console.log("Ancho de la matriz",arr[1].length)
268269
function multiplyMatrix(matrixIn, direction){

0 commit comments

Comments
 (0)