No, just do `val carMakesMap = carMakes.groupBy { ...
# getting-started
m
No, just do
val carMakesMap = carMakes.groupBy { it.name.first() }
. You can remove the while-loop.