No Comma At The List's End

When you have an array created by a repeater, and you want to separate each with a comma and space without a comma at the end of the list, I use the CSS class below.

.no-comma:not(:last-child):after {
                content: ', ';
}

Is there a Wappler way of doing this or is it just the CSS style way?
Community Page
Last updated: