This may be a bit of a no-brainer so my apologies in advance :)
I am trying to separate the items in a array with commas. Straight forward enough, except I am trying make it not have a comma on the last item.
To clarify, I am trying to do this:
item, item, item
but am getting
item, item...