Product Information > JADE Encyclopaedia of Classes – Volume 1 > Chapter 1 - System Classes > first

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.