Function reverseSentence

  • Reverses the order of words in a sentence.

    Parameters

    • sentence: string

      The sentence to be reversed.

    Returns string

    The reversed sentence.

Generated using TypeDoc