ATM Program using JQuery Selectors and Events:
- Balance: show the balance on all forms at the top(initial Balance is $1000).
- Deposit: create a form for depositing money into the account and update the balance(HTML Input)
- Withdraw: create a form for withdrawing money from the account and update the balance(HTML Input)
- Make sure to check for overdraft when attempting a withdraw