Consider using `arrayListOf()` and then call `add`...
# getting-started
c
Consider using
arrayListOf()
and then call
add
on it. Once you’re comfortable with that, you can look into
fold
, which is a more advanced way to write this loop