`mutableListOf(“1”, “2”, “3”)` `listOf` creates a...
# announcements
p
mutableListOf(“1”, “2”, “3”)
listOf
creates a list that can’t be changed.