oh, it's not possible to put a comma at the end of...
# announcements
a
oh, it's not possible to put a comma at the end of a list? 😞
Copy code
listOf(
    item1,
    item2,
)
like in C#, PHP, JS, ...