minor
This commit is contained in:
parent
34e9cdca36
commit
e4b22f47fd
2 changed files with 1 additions and 1 deletions
|
@ -394,7 +394,7 @@ let matrix = [
|
|||
[7, 8, 9]
|
||||
];
|
||||
|
||||
alert( matrix[1][1] ); // the central element
|
||||
alert( matrix[1][1] ); // 5, the central element
|
||||
```
|
||||
|
||||
## toString
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue