What is the result of this code?
val names = listOf("John", "Jane", "Mary", "Peter", "Paul", "George")
println(names.windowed(2, 2, true){ it[0].uppercase() })What is the result of this code?
val names = listOf("John", "Jane", "Mary", "Peter", "Paul", "George")
println(names.windowed(2, 2, true){ it[0].uppercase() })Create a free account to access the full topic