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