You are viewing a single comment's thread from:
RE: 2 + 2 = 5 And I Can Prove It
Indexes aren't counting, they are offsets added to the array's starting memory location. The first object starts at the array's first memory location, the 2nd object's location is after the first object, so we indicate the offset index of 1, move 1 entry away from start of array, 2nd object is here.