FreeTyping

Kotlin Code Typing Practice

60
seconds
0
WPM
100%
accuracy
fun main() {} !!notNull while (condition) {} if (condition) {} else {} try { } catch (e: Exception) {} for (item in list) {} when (value) { ?.safeCall lateinit var fun name(param: Type): Return {} async { }.await() open class OpenClass {} in range -> {} class ClassName {} override fun method() {} init {} run { } constructor(param: Type) val immutable = value mapOf() interface Interface {} abstract class Abstract {} data class DataClass() var mutable = value apply { } ?:elvis do {} while (condition) setOf() with(obj) { } listOf() also { } launch { } let { } throw Exception("") object Singleton {} lazy { } suspend fun async() {} sealed class Sealed {} mutableListOf() companion object {} is Type -> {} else -> {} fun main() {} !!notNull while (condition) {} if (condition) {} else {} try { } catch (e: Exception) {} for (item in list) {} when (value) { ?.safeCall lateinit var fun name(param: Type): Return {} async { }.await() open class OpenClass {} in range -> {} class ClassName {} override fun method() {} init {} run { } constructor(param: Type)
Click the text area and start typing to begin

Practice typing Kotlin code for Android development

Related Practice