What do you remember about optional binding?
Great! Optional binding is safer than force-unwrapping because it makes sure that a variable (or constant) has a value before we use it.
Ouch! Optional binding is safer than force-unwrapping because it makes sure that a variable (or constant) has a value before we use it.