Sweet! We declare optionals with a question mark. Unlike regular variables, we can use optionals without initializing them; by default, they're nil.
nil
Maybe we declare optionals with a question mark?