ArrayCollection.getItemAt() doesn’t return null

Just a second ago I changed an Array property into an ArrayCollection, when I tested my project again a RangeError was thrown telling me that I was trying to access an index that was out of bounds (occuring at .getItemAt()).
Now this itself didn’t surprise me alot, but what did surprise me was that I hadn’t [...]