max¶ Signature¶ max(array[number]|array[string]) Description¶ Returns the highest found element in the provided array argument. An empty array will produce a return value of null. Examples¶ TODO