get : function(array,index)
Returns the element of an array with a given index.
The element with the given index, if it exists. Otherwise, it returns something undefined.