We'll initialize each customer object with the amount they paid. Add constructor(amount) {} so the constructor receives it as a parameter.

Make sure to type constructor(amount) {}.