Swift - Optionals
In Swift, what is the primary purpose of using the
?. operator when working with optional values??. operator when working with optional values??. operator allows safe access to properties or methods on an optional without causing a runtime error if the optional is nil.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions