We need a way of specifying the unique values a new object will have. We do that by sending parameters to the constructor method.

Add author and then title as parameters to the constructor method.

Parameters are separated by a comma, so the correct answer is author, title.