-
Notifications
You must be signed in to change notification settings - Fork 113
Commit 6ac63eb
authored
update explanation for lastIndexOf()
The Array.prototype.lastIndexOf() return the last index of the matched element in the array.1 parent fe84431 commit 6ac63eb
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 | - | ||
8 | + | ||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 | - | ||
17 | + |
0 commit comments