Skip to main content
Journey Uncommon Logo
JourneyUncommon
easySwiftoptional chainingSingle-choice MCQ

What does `result` equal after this optional-chaining call?

let words: [String]? = nil let result = words?.count