min¶ Signature¶ min(array[number]|array[string]) Description¶ Returns the lowest found element in the provided array argument. Examples¶ TODO