Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
val lengths = list.map { item -> item.length }
val lengths = list.map { it -> it.length }
val lengths = list.map { it.size }
val lengths = list.map { it.length }
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!