powershell join array

Shell
$a = "This", "Is", "a", "cat"
[system.String]::Join(" ", $a)
Source

Also in Shell: