Skip to main content
Journey Uncommon Logo
JourneyUncommon
easyKotlinextension functionsSingle-choice MCQ

What does this extension property return for the string "hello"?

val String.lastChar: Char get() = this[length - 1] // "hello".lastChar