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