Concatenates an array of strings into a single string

  • Parameters

    • sourceData: any[]

      array of strings

    • _targetData: string

      not used

    • Optionaloptions: { separator?: string }

      options for the concatenation

      • separator: the separator to use between the strings

    Returns string

    the concatenated string