first

first(): MemberType;

The first method of the Array class returns a reference to the first entry in the array.

This method is equivalent to using the bracket ([]) operators with an index value of 1.