Skip to main content
Journey Uncommon Logo
JourneyUncommon
easySwiftoptionals and unwrappingSingle-choice MCQ

What is the type and value of `count` here?

let text: String? = nil let count = text?.count print(count as Any)