Code console.log() with the message 'You paid ' + this.amount + ' USD');. This prints how much the customer paid in USD.

Make sure to pick console.log followed by ( and then 'You paid ' + this.amount + ' USD', ), ;.