Returns the only value in this collection, or undefined if there is more than one value, or if there are no values in the collection.
Returns one, arbitrary value from this collection, or undefined if there are none.
Returns the value at the beginning of a collection, the value that would be returned by shift().
shift()