Categories
|
Test is Based on this Article
This article talks about the purpose of Optionals in Swift and how to declare them in your code.
|
This is a test on basic concepts of Optionals in Swift.
|
|
More Articles With Similar Tags
|
This article talks about unwrapping the optionals in Swift implicitly and the circumstances where you would use this functionality.
|
This article discusses the safer ways of unwrapping an optional in Swift that includes Optional Binding.
|
This article talks about the Nil Coalescing Operator (??) in Swift.
|
This article talks about optional chaining in swift where multiple optionals can be chained together and fail gracefully by returning nil when one of them is nil.
|
Summary of three operators (?, !, ??) used in optionals in Swift.
|
|
|
|
|