Function arrayToPhrase

  • This function takes an array of words and returns a phrase connected by commas and the word 'and'.

    Parameters

    • words: string[]

      The array of words to convert to a phrase.

    Returns string

    The phrase.

Generated using TypeDoc