There was an error while loading. Please reload this page.
2 parents 4104eba + f684d39 commit ca72abbCopy full SHA for ca72abb
1 file changed
1-js/05-data-types/04-array/article.md
@@ -426,7 +426,7 @@ let matrix = [
426
[7, 8, 9]
427
];
428
429
-alert( matrix[1][1] ); // 5, the central element
+alert( matrix[0][1] ); // 2, the second value of the first inner array
430
```
431
432
## toString
0 commit comments