Kotlin Typing Practice
Type the code below as fast and accurately as you can
Difficulty:
0
WPM
100%
Accuracy
0
Errors
60s
Timer
KotlinMedium
val numbers = listOf(1, 2, 3, 4, 5)
val squares = numbers
.map { it * it }
.filter { it > 4 }
.sorted()
Start typing to begin