Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
pigreco committed Sep 14, 2023
1 parent 155a0e3 commit df20558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/blog/posts/array/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ array ('Andrea', 'Gianni', 'Totò')

Come estrarre un valore?

_**ricorda che l'indice degli array parte da 0**_
_**ricorda che l'indice degli array parte da 0, con -1 estrae l'ultimo, con -2 il penultimo**_

```
- array (1,2,3)[1] ---> 2
Expand Down

0 comments on commit df20558

Please sign in to comment.