Skip to main content
JourneyUncommon
Toggle theme
Sign In
Sign Up
Toggle theme
Home
/
Practice
/
Kotlin
easy
Kotlin
elvis operator
Single-choice MCQ
What is the value of result here?
val map = mapOf("a" to 1, "b" to 2) val result = map["c"] ?: -1