Returns the max length of the given arrays
the arrays to check
the max length of the given arrays
David Hsing
maxLength(['foo', 'bar'], [1, 2, 3]); // 3 Copy
maxLength(['foo', 'bar'], [1, 2, 3]); // 3
Returns the max length of the given arrays