In some situations one might want to convert an array of strings to a string.
There are a few ways to do this, all are quick and easy but for most use cases
the simplest solution will be the best solution.
Array.joined
Array.joined is the simplest solution out