Function maxLen

  • Gets the length of the longest string in the given values array.

    Parameters

    • values: string[]

    Returns number

    The length of the longest string in the given values array.