The customer should have the ability to deposit money to their checking account. Add the object method deposit: function(amount) {}.
deposit: function(amount) {}
Make sure to pick deposit followed by : and then function, (, amount, ), {, }.
deposit
:
function
(
amount
)
{
}