Properties are variables that belong to a class.

Can you declare a title property for the Book class?

Wahey! A class with properties can help us represent objects from the real world in code.

Not quite! Here's a hint: take a look at how the author property is declared in the Book class.