Function reverseStr

  • Reverses a given string.

    Parameters

    • str: string

      The input string without any spaces.

    Returns string

    The reversed version of the input string.

Generated using TypeDoc