Whenever a pirate says something, they finish with "Yarr!".

Use console.log() to display the name property along with "Yarr!".

Make sure to assemble console.log(this.name + ": Yarr!");.