Parameters
- index
- Index of an element to get. The first element in an array has an index of zero.
Return Value
The basic object occupying the Index element of array. Returns
Null
object if index is outside the array bounds.