What is the result of this code?
val listWords = listOf(listOf("anne", "michael"), listOf("caroline", "dimitry"), listOf("emilio", "francois"))
println(listWords.flatten().map { it.uppercase() })What is the result of this code?
val listWords = listOf(listOf("anne", "michael"), listOf("caroline", "dimitry"), listOf("emilio", "francois"))
println(listWords.flatten().map { it.uppercase() })Create a free account to access the full topic