This commit is contained in:
Ilya Kantor 2019-07-29 08:08:30 +03:00
parent 34e9cdca36
commit e4b22f47fd
2 changed files with 1 additions and 1 deletions

View file

@ -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