improvements

This commit is contained in:
Ilya Kantor 2019-07-16 19:23:00 +03:00
parent 67e317cee9
commit 52ef3256c9
16 changed files with 100 additions and 96 deletions

View file

@ -1,7 +1,7 @@
# Accessing array[-1]
In some languages, we can access array elements using negative indexes, counted from the end.
In some programming languages, we can access array elements using negative indexes, counted from the end.
Like this: