What is the result of this code?
val words = listOf("anne", "michael", "caroline", "dimitry", "emilio")
println(words.sortedBy { it.last() }.reversed())What is the result of this code?
val words = listOf("anne", "michael", "caroline", "dimitry", "emilio")
println(words.sortedBy { it.last() }.reversed())Create a free account to access the full topic