Can you make sure we make safe calls for a property and a member function of the nullable catBlog variable?
Perfect! We need to declare catBlog as nullable and then make safe calls using a question mark after the variable name.
Not quite! We need to declare catBlog as nullable and then make safe calls using a question mark after the variable name.