We call the position of a value in the list its index. Think of an index as an address.

Indices are pretty weird though. They start at 0 instead of 1.

This means that the index of the last position will always be the length of the list minus 1. In this case, it's 4-1 which equals 3.