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

Given an optional `Int`, which expression force-unwraps it (and crashes if it is `nil`)?

let age: Int? = 30