Start with Python
This commit is contained in:
11
2- javascript/10-bank-accounts/README.md
Normal file
11
2- javascript/10-bank-accounts/README.md
Normal file
@ -0,0 +1,11 @@
|
||||
Banks and Bank Accounts
|
||||
=======================
|
||||
|
||||
Make a bank object that holds bank accounts. Your bank accounts should have a balance and account number (store the account number as a string).
|
||||
Make two bank accounts that are keys in the Bank object.
|
||||
With the bank accounts, you should be able to:
|
||||
* make a deposit
|
||||
* make a withdrawal
|
||||
* Not be able to withdraw more than the amount in the account
|
||||
* See your current balance
|
||||
|
0
2- javascript/10-bank-accounts/bank.js
Normal file
0
2- javascript/10-bank-accounts/bank.js
Normal file
Reference in New Issue
Block a user