Skip to content

Commit def0a09

Browse files
authored
Apply suggestion from @gabifs
1 parent 4b5ba30 commit def0a09

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

1-js/05-data-types/05-array-methods/article.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,6 @@ arr.reverse();
519519
alert( arr ); // 5,4,3,2,1
520520
```
521521
522-
It also returns the array `arr` after the reversal.
523522
Ele também retornar o array `arr` depois de revertê-lo.
524523
525524
### split e join

0 commit comments

Comments
 (0)