Skip to content

Commit 902720d

Browse files
authored
Apply suggestion from @gabifs
1 parent a620b9b commit 902720d

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
@@ -209,7 +209,6 @@ arr.forEach(function(item, index, array) {
209209
// ... faça algo com o item
210210
});
211211
```
212-
`index` sendo a posição do item.
213212

214213
Observe o exemplo abaixo, o código mostra cada elemento de um array:
215214

0 commit comments

Comments
 (0)