There was an error while loading. Please reload this page.
1 parent 34e9cdc commit e4b22f4Copy full SHA for e4b22f4
2 files changed
1-js/05-data-types/04-array/article.md
@@ -394,7 +394,7 @@ let matrix = [
394
[7, 8, 9]
395
];
396
397
-alert( matrix[1][1] ); // the central element
+alert( matrix[1][1] ); // 5, the central element
398
```
399
400
## toString
figures.sketch
-267 KB
0 commit comments