Tags : JavaScript Intro

Bank Account (Using OOP)

Create a bank account.

The bank account should have the following: owner name, beginning balance, transfers(in or out), deposits, checks and adjustments.(Add memos to each transaction)

Create a UI where the user can easily track their checking account.

Optional: Add a pin to the account and only display the account info if the correct pin number is supplied.(Don't worry about encoding the pin now)