I'm super new to any sort of programming, so forgive my ignorance for not knowing how to do something that seems so simple.
All I'd like to do is take any array of strings (call it name), let's say:
["John", "Charles", "Smith"]
and remove it from the list and turn it into a string:
John Charles Smith
I can't seem to get my head around this and couldn't find a similar post.