appendItem

fun appendItem(newItem: String): String(source)

The appendItem() method of the SVGStringList interface inserts a new item at the end of the list.

MDN Reference