Function reverseEachWordInSentence

  • Reverses each word in a sentence.

    Parameters

    • sentence: string

      The sentence to be reversed.

    Returns string

    The reversed sentence where each word is reversed.

Generated using TypeDoc