Add this.amount = amount; so the constructor sets the amount property on object instances.
this.amount = amount;
amount
Make sure to pick this followed by . and then amount, =, amount, ;.
this
.
=
;