Function reverseString

文字列を逆順にする

reverseString("Hello"); // "olleH"
  • Parameters

    • char: string

    Returns string

    string