To finish creating the new object property, we'll assign the author parameter as a value to this.author.
author
this.author
Make sure to add = author; to your code.
= author;