What does `result` equal after this optional-chaining call?let words: [String]? = nil let result = words?.count