Display the converted amount by adding console.log() with 'You paid ' + euros + ' EUR'); inside the parentheses.

Make sure to pick console followed by . and then log, (, 'You paid ' + euros + ' EUR', ), ;.