Skip to main content
Journey Uncommon Logo
JourneyUncommon
easyKotlinsafe callSingle-choice MCQ

What is the result of this expression using the safe-call operator?

val text: String? = null val result = text?.uppercase()